Skip to content

Commit 86e3f01

Browse files
committed
github-ci: update rust known version to 1.92
And the version we use for specific Rust dates. As of this date, this is the current stable.
1 parent cc2287b commit 86e3f01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
# A recent version of stable Rust that is known to pass build, test and other
3636
# verification steps in this workflow. This was added because using "stable"
3737
# could cause some steps to fail.
38-
RUST_VERSION_KNOWN: "1.91.0"
38+
RUST_VERSION_KNOWN: "1.92.0"
3939

4040
jobs:
4141

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sudo \
6262
which \
6363
zlib-devel
64-
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.91.0 -y
64+
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.92.0 -y
6565
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
6666
- run: cargo install bindgen-cli --version 0.66.0
6767
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3

0 commit comments

Comments
 (0)