Skip to content

Commit b944e3b

Browse files
committed
ci: update rust version to 1.93
1 parent 02cb0f2 commit b944e3b

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.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.91.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@8e8c483db84b4bee98b60c0593521ed34d9990e8

0 commit comments

Comments
 (0)