diff --git a/Cargo.lock b/Cargo.lock index 3ae1a01..4c036b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23" [[package]] name = "cargo-xwinbuild" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "clap", @@ -787,9 +787,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "once_cell" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" +checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "os_str_bytes" diff --git a/Cargo.toml b/Cargo.toml index 35cf1a7..6f85d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-xwinbuild" -version = "0.3.1" +version = "0.3.2" edition = "2018" description = "Cross compile Cargo project to Windows msvc target with ease" license = "MIT"