File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ runs:
3333 - name : Install Rust
3434 uses :
actions-rs/[email protected] 3535 with :
36- # From https://github.com/model-checking/kani/blob/kani-0.19 .0/rust-toolchain.toml
36+ # From https://github.com/model-checking/kani/blob/kani-0.20 .0/rust-toolchain.toml
3737 # Should be updated every time we update the version to keep in sync.
3838 # This should be automated https://github.com/model-checking/kani-github-action/issues/9
39- toolchain : nightly-2022-11-20
39+ toolchain : nightly-2022-12-11
4040 override : true
4141
4242 - name : Install Kani
4343 shell : bash
4444 run : |
45- export KANI_VERSION="0.19 .0";
45+ export KANI_VERSION="0.20 .0";
4646 cargo install --version $KANI_VERSION --locked kani-verifier;
4747 cargo-kani setup;
4848
You can’t perform that action at this time.
0 commit comments