From 7eb992afc15d7c4b49aa8f8bfd3e4c05d944b553 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 29 Oct 2024 08:16:57 +1000 Subject: [PATCH] Stay at v3 Cargo.lock file format --- crates/subspace-node/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/subspace-node/Cargo.toml b/crates/subspace-node/Cargo.toml index 8b197a10ab..7a66241249 100644 --- a/crates/subspace-node/Cargo.toml +++ b/crates/subspace-node/Cargo.toml @@ -15,6 +15,11 @@ include = [ "/README.md" ] +# TODO: remove when cargo-audit supports v4 lock files +# https://github.com/rustsec/rustsec/issues/1249 +# This setting applies to the workspace lockfile, even though it's in a crate. +rust-version = "1.81" # ensure we stay at lockfile v3 + [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]