Skip to content

Commit 86d5ccc

Browse files
committed
chore: update toolchain
1 parent ff08875 commit 86d5ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
RUST_VERSION: 1.87.0
11+
RUST_VERSION: 1.88.0
1212

1313
jobs:
1414
test:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.87.0"
2+
channel = "1.88.0"

0 commit comments

Comments
 (0)