Skip to content

Commit 19fd43c

Browse files
committed
lint
1 parent 475fc60 commit 19fd43c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ runs:
3939
~/.cargo/git/db/
4040
target/
4141
~/.rustup/
42-
key: rust-1.86.0-${{ hashFiles('**/Cargo.toml') }}
43-
restore-keys: rust-1.86.0-
42+
key: rust-1.88.0-${{ hashFiles('**/Cargo.toml') }}
43+
restore-keys: rust-1.88.0-
4444

4545
- name: Setup toolchain
4646
id: rustc-toolchain
4747
shell: bash
4848
run: |
49-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.86.0 -y
49+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.88.0 -y
5050
rustup install nightly
5151
5252
- name: "Install sp1up"

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
uses: actions-rs/cargo@v1
8787
with:
8888
command: test
89-
toolchain: 1.86.0
89+
toolchain: 1.88.0
9090
args: --release
9191
env:
9292
RUST_BACKTRACE: 1
93-
RUSTUP_TOOLCHAIN: 1.86.0
93+
RUSTUP_TOOLCHAIN: 1.88.0
9494

9595
cargo-lint:
9696
name: Cargo Lint

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ prost = "0.13.0"
8989

9090
# serde
9191
bincode = "1.3.3"
92-
serde = { version = "1.0.210", features = ["derive"] }
93-
serde_json = "1.0.104"
92+
serde = { version = "1.0.215", features = ["derive"] }
93+
serde_json = "1.0.132"
9494

9595
# tonic
9696
tonic = { version = "0.12", features = ["tls", "tls-roots", "gzip"] }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "stable"
2+
channel = "1.88"
33
components = ["llvm-tools", "rustc-dev"]

0 commit comments

Comments
 (0)