Skip to content

Commit 8c9f615

Browse files
Bump CBMC version to 5.66.0 (rust-lang#1699)
Co-authored-by: Ted Kaminski <[email protected]>
1 parent d06672b commit 8c9f615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kani-dependencies

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CBMC_VERSION="5.65.1"
1+
CBMC_VERSION="5.66.0"
22
# If you update this version number, remember to bump it in `src/setup.rs` too
33
CBMC_VIEWER_VERSION="3.6"

scripts/kani-regression.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ KANI_DIR=$SCRIPT_DIR/..
2222
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"
2323

2424
# Required dependencies
25-
check-cbmc-version.py --major 5 --minor 65
25+
check-cbmc-version.py --major 5 --minor 66
2626
check-cbmc-viewer-version.py --major 3 --minor 5
2727

2828
# Formatting check

0 commit comments

Comments
 (0)