Skip to content

Commit 980c71e

Browse files
authored
Merge pull request #3185 from autonomys/v3-lock-file
Stay at v3 Cargo.lock file format
2 parents 1aad248 + 7eb992a commit 980c71e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: crates/subspace-node/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ include = [
1515
"/README.md"
1616
]
1717

18+
# TODO: remove when cargo-audit supports v4 lock files
19+
# https://github.com/rustsec/rustsec/issues/1249
20+
# This setting applies to the workspace lockfile, even though it's in a crate.
21+
rust-version = "1.81" # ensure we stay at lockfile v3
22+
1823
[package.metadata.docs.rs]
1924
targets = ["x86_64-unknown-linux-gnu"]
2025

0 commit comments

Comments
 (0)