diff --git a/Cargo.toml b/Cargo.toml index 46b077f..02c778e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "in-container" -version = "1.1.0" +version = "1.1.1" edition = "2018" authors = ["Pit Kleyersburg "] license = "MIT/Apache-2.0" @@ -32,7 +32,7 @@ version = "3.1.18" features = ["cargo", "derive"] optional = true -[target.x86_64-pc-windows-gnu.dependencies] +[target.'cfg(windows)'.dependencies] winreg = "0.10.1" windows-service = "0.4.0"