From 2972f87035ca142bf42b5c6c99c6fc92360ba125 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Tue, 21 May 2024 11:54:55 +0200 Subject: [PATCH] Bump Rust version Signed-off-by: Tomasz Pietrek --- async-nats/Cargo.toml | 2 +- async-nats/tests/compatibility.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/async-nats/Cargo.toml b/async-nats/Cargo.toml index d61882ea9..d24573d32 100644 --- a/async-nats/Cargo.toml +++ b/async-nats/Cargo.toml @@ -3,7 +3,7 @@ name = "async-nats" authors = ["Tomasz Pietrek ", "Casper Beyer "] version = "0.35.1" edition = "2021" -rust = "1.67.0" +rust = "1.74.0" description = "A async Rust NATS client" license = "Apache-2.0" documentation = "https://docs.rs/async-nats" diff --git a/async-nats/tests/compatibility.rs b/async-nats/tests/compatibility.rs index 0a657651a..e433fc30c 100644 --- a/async-nats/tests/compatibility.rs +++ b/async-nats/tests/compatibility.rs @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// #[cfg(feature = "compatibility_tests")] +#[cfg(feature = "compatibility_tests")] mod compatibility { use futures::{pin_mut, stream::Peekable, StreamExt}; use ring::digest::{self, SHA256};