Skip to content

Commit 8735e9c

Browse files
committed
update MSRV in CI to 1.72
required for der and deranged and handlebars
1 parent 13ed6ae commit 8735e9c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
# os: [ubuntu-latest, windows-latest, macos-latest]
15+
#os: [ubuntu-latest, windows-latest, macos-latest]
1616
os: [ubuntu-latest]
17-
rust: [nightly, beta, stable, 1.63.0]
17+
rust: [nightly, beta, stable, 1.72.0]
1818
steps:
1919
- uses: actions/checkout@v2
2020

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.3.3 (2024-04-24)
2+
3+
#### Misc
4+
5+
* Dependencies update
6+
17
### 2.3.2 (2024-04-23)
28

39
#### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["amqp", "rabbitmq", "mio", "futures"]
1111
categories = ["database"]
1212
license = "MIT"
1313
build = "build.rs"
14-
rust-version = "1.65.0"
14+
rust-version = "1.72.0"
1515

1616
[features]
1717
default = ["rustls"]

0 commit comments

Comments
 (0)