Skip to content

Commit

Permalink
MSVR 1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
chridou committed Dec 18, 2023
1 parent 269ddc4 commit 430dd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
"--features 'rocket api-error'",
]
rust: [
1.65.0, # MSRV
1.68.0, # MSRV
nightly, # it is good practise to test libraries against nightly to catch regressions in the compiler early
]
fail-fast: false # don't want to kill the whole CI if nightly fails
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- update `http` to 1.0
- update `axum-core` to 0.4.1
- update MSRV to 1.68

## [0.57.0] - 2023-07-04

Expand Down

0 comments on commit 430dd4a

Please sign in to comment.