Skip to content

Commit eb00703

Browse files
authored
chore: Bump Rust dependecies and Rust version (#75)
* chore: Bump Rust dependecies and Rust version * Bump bincode to 2.0.1 * Comment on rust version * niv update
1 parent 0131bd9 commit eb00703

File tree

9 files changed

+434
-342
lines changed

9 files changed

+434
-342
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RUST_TOOLCHAIN_VERSION: "1.81.0"
8+
RUST_TOOLCHAIN_VERSION: "1.85.0"
99
RUSTFLAGS: "-D warnings"
1010
RUSTDOCFLAGS: "-D warnings"
1111
CARGO_TERM_COLOR: always

.github/workflows/pr_pre-commit.yaml

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

77
env:
88
CARGO_TERM_COLOR: always
9-
RUST_TOOLCHAIN_VERSION: "1.81.0"
9+
RUST_TOOLCHAIN_VERSION: "1.85.0"
1010
HADOLINT_VERSION: "v2.12.0"
1111

1212
jobs:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags: ['v[0-9]+.[0-9]+.[0-9]+']
55

66
env:
7-
RUST_TOOLCHAIN_VERSION: "1.81.0"
7+
RUST_TOOLCHAIN_VERSION: "1.85.0"
88
RUSTFLAGS: "-D warnings"
99
RUSTDOCFLAGS: "-D warnings"
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)