Add rust-version to the workspace manifests

Add `rust-version = 1.56.1` to all crates in the workspace i.e.,
including `fuzz` but excluding the various test crates.
This commit is contained in:
Tobin C. Harding 2023-11-15 11:54:33 +11:00
parent a41e978855
commit 4d5415f835
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
5 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ categories = ["cryptography::cryptocurrencies"]
keywords = [ "crypto", "bitcoin" ] keywords = [ "crypto", "bitcoin" ]
readme = "../README.md" readme = "../README.md"
edition = "2021" edition = "2021"
rust-version = "1.56.1"
exclude = ["tests", "contrib"] exclude = ["tests", "contrib"]
[features] [features]

View File

@ -1,6 +1,7 @@
[package] [package]
name = "bitcoin-fuzz" name = "bitcoin-fuzz"
edition = "2021" edition = "2021"
rust-version = "1.56.1"
version = "0.0.1" version = "0.0.1"
authors = ["Generated by fuzz/generate-files.sh"] authors = ["Generated by fuzz/generate-files.sh"]
publish = false publish = false

View File

@ -12,6 +12,7 @@ cat > "$REPO_DIR/fuzz/Cargo.toml" <<EOF
[package] [package]
name = "bitcoin-fuzz" name = "bitcoin-fuzz"
edition = "2021" edition = "2021"
rust-version = "1.56.1"
version = "0.0.1" version = "0.0.1"
authors = ["Generated by fuzz/generate-files.sh"] authors = ["Generated by fuzz/generate-files.sh"]
publish = false publish = false

View File

@ -10,6 +10,7 @@ categories = ["algorithms"]
keywords = [ "crypto", "bitcoin", "hash", "digest" ] keywords = [ "crypto", "bitcoin", "hash", "digest" ]
readme = "README.md" readme = "README.md"
edition = "2021" edition = "2021"
rust-version = "1.56.1"
exclude = ["tests", "contrib"] exclude = ["tests", "contrib"]
[features] [features]

View File

@ -10,6 +10,7 @@ categories = ["cryptography::cryptocurrencies"]
keywords = ["internal"] keywords = ["internal"]
readme = "README.md" readme = "README.md"
edition = "2021" edition = "2021"
rust-version = "1.56.1"
exclude = ["tests", "contrib"] exclude = ["tests", "contrib"]
[features] [features]