Skip to content

Commit d11a28c

Browse files
committed
Merge #551: Remove rust-version from workspace manifest
771277e Remove rust-version from workspace manifest (Tobin C. Harding) Pull request description: During the `cargo rbmt` re-write of CI we accidentally added `rust-version` to the workspace manifest. This is a per-crate setting and doesn't live here. This does show up on master but as a warning not an error ```bash just lint $REPO_DIR/contrib/lint-verify.sh ++ git rev-parse --show-toplevel + REPO_DIR=/home/tobin/build/corepc ++ cat ./nightly-version + cargo +nightly-2025-09-12 clippy --manifest-path /home/tobin/build/corepc/verify/Cargo.toml --config ./rustfmt.toml --all-targets --all-features -- --deny warnings warning: unused manifest key: workspace.rust-version ``` ACKs for top commit: jamillambert: ACK 771277e satsfy: ACK 771277e luisschwab: ACK 771277e Tree-SHA512: 2865e2edc810d0d8562264c12c717190a7509704d6695fc671a0c362f87bedc2f4e47ea8d6dd4b8f7db0abeac0021a905cbab79b8b21683340b4ef753ca3e4b2
2 parents 5656141 + 771277e commit d11a28c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
members = ["bitcoind", "bitreq", "client", "fuzz", "jsonrpc", "types"]
33
exclude = ["integration_test", "verify", "electrsd"]
44
resolver = "2"
5-
rust-version = "1.75.0"
65

76
[workspace.metadata.rbmt.toolchains]
87
nightly = "nightly-2025-09-12"

0 commit comments

Comments
 (0)