Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Mar 2, 2025
1 parent 6018eb8 commit 49f0dc3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable, 1.80.0]
rust: [nightly, beta, stable, 1.81.0]
steps:
- uses: actions/checkout@v4

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.80.0"
rust-version = "1.81.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.80.0"
rust-version = "1.81.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.80.0"
rust-version = "1.81.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.80.0"
rust-version = "1.81.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.80.0"
rust-version = "1.81.0"

[lib]
name = "amq_protocol_uri"
Expand Down

0 comments on commit 49f0dc3

Please sign in to comment.