diff --git a/Cargo.lock b/Cargo.lock index 7d06026..2935b9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "cargo-zigbuild" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "cargo-options", diff --git a/Cargo.toml b/Cargo.toml index ba0f88e..8c11849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "cargo-zigbuild" -version = "0.13.0" +version = "0.14.0" edition = "2018" description = "Compile Cargo project with zig as linker" license = "MIT" keywords = ["zig", "cargo"] readme = "README.md" repository = "https://github.com/messense/cargo-zigbuild" +rust-version = "1.61" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html