We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cb0f2 commit b944e3bCopy full SHA for b944e3b
2 files changed
.github/workflows/builds.yml
@@ -35,7 +35,7 @@ env:
35
# A recent version of stable Rust that is known to pass build, test and other
36
# verification steps in this workflow. This was added because using "stable"
37
# could cause some steps to fail.
38
- RUST_VERSION_KNOWN: "1.91.0"
+ RUST_VERSION_KNOWN: "1.93.0"
39
40
jobs:
41
.github/workflows/rust.yml
@@ -61,7 +61,7 @@ jobs:
61
sudo \
62
which \
63
zlib-devel
64
- - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.91.0 -y
+ - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.93.0 -y
65
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
66
- run: cargo install bindgen-cli --version 0.66.0
67
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
0 commit comments