Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
# TODO: read from rust-toolchain.toml
toolchain: 1.97.0
toolchain: 1.97.1
components: clippy, rustfmt

# > selecting a toolchain either by action or manual `rustup` calls should happen
Expand Down
2 changes: 1 addition & 1 deletion server/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.97.0"
channel = "1.97.1"
profile = "default"
Loading