We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157e288 commit 0a35a2fCopy full SHA for 0a35a2f
.github/workflows/build.yml
@@ -21,7 +21,7 @@ env:
21
CARGO_TERM_COLOR: always
22
CARGO_INCREMENTAL: '0'
23
CARGO_PROFILE_DEV_DEBUG: '0'
24
- RUST_TOOLCHAIN_VERSION: "1.76.0"
+ RUST_TOOLCHAIN_VERSION: "1.77.0"
25
RUSTFLAGS: "-D warnings"
26
RUSTDOCFLAGS: "-D warnings"
27
RUST_LOG: "info"
@@ -114,7 +114,7 @@ jobs:
114
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
115
with:
116
submodules: recursive
117
- - uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 # v1.5.5
+ - uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393 # v1.6.2
118
119
command: check ${{ matrix.checks }}
120
0 commit comments