Skip to content

Commit

Permalink
fix: pipeline - rust version update to allow new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Chudíček committed Jan 14, 2024
1 parent 2be2439 commit 188cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# A fixed version used for testing, so that the builds don't
# spontaneously break after a few years.
# Make sure to update this from time to time.
RUST_VERSION: "1.65.0"
RUST_VERSION: "1.75.0"
jobs:
# Check formatting
fmt:
Expand Down

0 comments on commit 188cb8d

Please sign in to comment.