Skip to content

Commit fed3132

Browse files
authored
Bump CBMC to 5.62 and Viewer to 3.6 (rust-lang#1405)
1 parent aeda555 commit fed3132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kani-dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CBMC_VERSION="5.61.0"
1+
CBMC_VERSION="5.62.0"
22
# If you update this version number, remember to bump it in `src/setup.rs` too
3-
CBMC_VIEWER_VERSION="3.5"
3+
CBMC_VIEWER_VERSION="3.6"

src/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fn setup_python_deps(kani_dir: &Path, os: &os_info::Info) -> Result<()> {
112112
let pyroot = kani_dir.join("pyroot");
113113

114114
// TODO: this is a repetition of versions from kani/kani-dependencies
115-
let pkg_versions = &["cbmc-viewer==3.5", "colorama==0.4.3"];
115+
let pkg_versions = &["cbmc-viewer==3.6", "colorama==0.4.3"];
116116

117117
if os.os_type() == os_info::Type::Ubuntu
118118
// Check both versions: https://github.com/stanislav-tkach/os_info/issues/318

0 commit comments

Comments
 (0)