Skip to content

Commit

Permalink
update MSRV in CI to 1.72
Browse files Browse the repository at this point in the history
required for der and deranged and handlebars
  • Loading branch information
Keruspe committed Apr 25, 2024
1 parent 13ed6ae commit 8735e9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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 @@ -12,9 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
rust: [nightly, beta, stable, 1.63.0]
rust: [nightly, beta, stable, 1.72.0]
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.3.3 (2024-04-24)

#### Misc

* Dependencies update

### 2.3.2 (2024-04-23)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["amqp", "rabbitmq", "mio", "futures"]
categories = ["database"]
license = "MIT"
build = "build.rs"
rust-version = "1.65.0"
rust-version = "1.72.0"

[features]
default = ["rustls"]
Expand Down

0 comments on commit 8735e9c

Please sign in to comment.