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 90330b2 commit d2546b3Copy full SHA for d2546b3
kani-dependencies
@@ -1,3 +1,3 @@
1
-CBMC_VERSION="5.63.0"
+CBMC_VERSION="5.64.0"
2
# If you update this version number, remember to bump it in `src/setup.rs` too
3
CBMC_VIEWER_VERSION="3.6"
scripts/kani-regression.sh
@@ -19,7 +19,7 @@ KANI_DIR=$SCRIPT_DIR/..
19
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"
20
21
# Required dependencies
22
-check-cbmc-version.py --major 5 --minor 63
+check-cbmc-version.py --major 5 --minor 64
23
check-cbmc-viewer-version.py --major 3 --minor 5
24
25
# Formatting check
0 commit comments