Skip to content

Commit 2485833

Browse files
zhassan-awstedinski
authored andcommitted
Bump CBMC version to 5.55.0 (rust-lang#1044)
1 parent 0e817e6 commit 2485833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In general, the following dependencies are required.
99
> OS.
1010
1111
1. Cargo installed via [rustup](https://rustup.rs/)
12-
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.54.0)
12+
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.55.0)
1313
3. [CBMC Viewer](https://github.com/awslabs/aws-viewer-for-cbmc) (>= 2.10)
1414

1515
Kani has been tested in [Ubuntu](#install-dependencies-on-ubuntu) and [macOS](##install-dependencies-on-macos) platforms.

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 54
22+
check-cbmc-version.py --major 5 --minor 55
2323
check-cbmc-viewer-version.py --major 2 --minor 10
2424

2525
# Formatting check

scripts/setup/ubuntu/install_cbmc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -eu
66

77
UBUNTU_VERSION=$(lsb_release -rs)
8-
CBMC_VERSION=5.54.0
8+
CBMC_VERSION=5.55.0
99
FILE="ubuntu-${UBUNTU_VERSION}-cbmc-${CBMC_VERSION}-Linux.deb"
1010
URL="https://github.com/diffblue/cbmc/releases/download/cbmc-${CBMC_VERSION}/$FILE"
1111

0 commit comments

Comments
 (0)