From 8c3518e98b32637152481ce644d456151c869e79 Mon Sep 17 00:00:00 2001 From: Tom French Date: Fri, 29 Sep 2023 15:06:22 +0100 Subject: [PATCH] chore: use workspace rust version in `backend-interface` crate --- tooling/backend_interface/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/backend_interface/Cargo.toml b/tooling/backend_interface/Cargo.toml index 127770c5722..986cb502048 100644 --- a/tooling/backend_interface/Cargo.toml +++ b/tooling/backend_interface/Cargo.toml @@ -4,7 +4,7 @@ description = "The definition of the backend CLI interface which Nargo uses for version = "0.11.0" authors.workspace = true edition.workspace = true -rust-version = "1.66" +rust-version.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html