Skip to content

Commit

Permalink
update MSRV for rustls-connector
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe committed Aug 31, 2024
1 parent 143a1b4 commit 947d783
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 947d783

Please sign in to comment.