From 947d783402e1dd9bcea21b99c93a23ddf6ea74ad Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Sat, 31 Aug 2024 14:50:09 +0200 Subject: [PATCH] update MSRV for rustls-connector Signed-off-by: Marc-Antoine Perennou --- .github/workflows/build-and-test.yaml | 4 ++-- codegen/Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- tcp/Cargo.toml | 2 +- types/Cargo.toml | 2 +- uri/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 08e63ab..2a336f1 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - rust: [nightly, beta, stable, 1.63.0] + rust: [nightly, beta, stable, 1.74.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install latest ${{ matrix.rust }} uses: actions-rs/toolchain@v1 diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 916a374..ab7ec81 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/amq-protocol-codegen" keywords = ["amqp","rabbitmq","protocol"] categories = ["api-bindings","network-programming"] license = "BSD-2-Clause" -rust-version = "1.63.0" +rust-version = "1.74.0" [lib] name = "amq_protocol_codegen" diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 46e9ceb..5cc26bc 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["amqp","rabbitmq","protocol","nom"] categories = ["api-bindings","network-programming"] license = "BSD-2-Clause" build = "build.rs" -rust-version = "1.63.0" +rust-version = "1.74.0" [lib] name = "amq_protocol" diff --git a/tcp/Cargo.toml b/tcp/Cargo.toml index acb3455..fd87d09 100644 --- a/tcp/Cargo.toml +++ b/tcp/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/amq-protocol-tcp" keywords = ["amqp","rabbitmq","protocol"] categories = ["api-bindings","network-programming"] license = "BSD-2-Clause" -rust-version = "1.63.0" +rust-version = "1.74.0" [lib] name = "amq_protocol_tcp" diff --git a/types/Cargo.toml b/types/Cargo.toml index 85eb795..d203d89 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/amq-protocol-types" keywords = ["amqp","rabbitmq","protocol","nom"] categories = ["api-bindings","network-programming"] license = "BSD-2-Clause" -rust-version = "1.63.0" +rust-version = "1.74.0" [lib] name = "amq_protocol_types" diff --git a/uri/Cargo.toml b/uri/Cargo.toml index d628e70..7889ea8 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/amq-protocol-uri" keywords = ["amqp","rabbitmq","protocol"] categories = ["api-bindings","network-programming"] license = "BSD-2-Clause" -rust-version = "1.63.0" +rust-version = "1.74.0" [lib] name = "amq_protocol_uri"