Skip to content

Commit 34c93ef

Browse files
committed
ci: update rust version to 1.93
(cherry picked from commit b944e3b)
1 parent f5c8a8f commit 34c93ef

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.80.0"
38+
RUST_VERSION_KNOWN: "1.93.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.88.0 -y
64+
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.93.0 -y
6565
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
6666
- run: cargo install bindgen-cli --version 0.66.0
6767
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

0 commit comments

Comments
 (0)