Skip to content

Commit d2546b3

Browse files
authored
Bump CBMC to 5.64.0 (rust-lang#1560)
1 parent 90330b2 commit d2546b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kani-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CBMC_VERSION="5.63.0"
1+
CBMC_VERSION="5.64.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ KANI_DIR=$SCRIPT_DIR/..
1919
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"
2020

2121
# Required dependencies
22-
check-cbmc-version.py --major 5 --minor 63
22+
check-cbmc-version.py --major 5 --minor 64
2323
check-cbmc-viewer-version.py --major 3 --minor 5
2424

2525
# Formatting check

0 commit comments

Comments
 (0)