From 982f6c77442d061da80a3a90b434b9958c0d25a2 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 15 Nov 2023 10:26:38 +1100 Subject: [PATCH] Don't inherit rust-version for identity --- identity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 1d5a8f4ac54..86bef7d6a0a 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p-identity" version = "0.2.8" edition = "2021" description = "Data structures and algorithms for identifying peers in libp2p." -rust-version = { workspace = true } +rust-version = "1.73.0" # MUST NOT inherit from workspace because we don't want to publish breaking changes to `libp2p-identity`. license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" keywords = ["peer-to-peer", "libp2p", "networking", "cryptography"]