Skip to content

Commit ee3f940

Browse files
committed
ci: Bump Rust version to 1.95.0
1 parent 6288225 commit ee3f940

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pr_security-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
CARGO_TERM_COLOR: always
99
CARGO_INCREMENTAL: "0"
1010
CARGO_PROFILE_DEV_DEBUG: "0"
11-
RUST_TOOLCHAIN_VERSION: "1.93.0"
11+
RUST_TOOLCHAIN_VERSION: "1.95.0"
1212
RUSTFLAGS: "-D warnings"
1313
RUSTDOCFLAGS: "-D warnings"
1414
RUST_LOG: "info"
@@ -28,8 +28,8 @@ jobs:
2828
persist-credentials: false
2929
- name: Install rust toolchain
3030
run: |
31-
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32-
rustup default "${RUST_TOOLCHAIN_VERSION}"
31+
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32+
rustup default "${RUST_TOOLCHAIN_VERSION}"
3333
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3434
with:
3535
key: udeps
@@ -54,8 +54,8 @@ jobs:
5454
persist-credentials: false
5555
- name: Install rust toolchain
5656
run: |
57-
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
58-
rustup default "${RUST_TOOLCHAIN_VERSION}"
57+
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
58+
rustup default "${RUST_TOOLCHAIN_VERSION}"
5959
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
6060
with:
6161
command: check ${{ matrix.checks }}

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- crates/**
1414

1515
env:
16-
RUST_TOOLCHAIN_VERSION: "1.93.0"
16+
RUST_TOOLCHAIN_VERSION: "1.95.0"
1717

1818
permissions: {}
1919

@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Install rust toolchain
3030
run: |
31-
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32-
rustup default "${RUST_TOOLCHAIN_VERSION}"
31+
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32+
rustup default "${RUST_TOOLCHAIN_VERSION}"
3333
3434
- name: Build Crate Docs
3535
run: cargo doc --no-deps --all-features

0 commit comments

Comments
 (0)