Skip to content

Commit 9b2bbd3

Browse files
remi-delmas-3000Remi Delmas
andauthored
Update cbmc-viewer to 3.10 (#3683)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. Co-authored-by: Remi Delmas <[email protected]>
1 parent 4781b95 commit 9b2bbd3

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
@@ -4,7 +4,7 @@ CBMC_VERSION="6.4.0"
44

55
# If you update this version number, remember to bump it in `src/setup.rs` too
66
CBMC_VIEWER_MAJOR="3"
7-
CBMC_VIEWER_MINOR="9"
8-
CBMC_VIEWER_VERSION="3.9"
7+
CBMC_VIEWER_MINOR="10"
8+
CBMC_VIEWER_VERSION="3.10"
99

1010
KISSAT_VERSION="3.1.1"

src/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fn setup_python_deps(kani_dir: &Path) -> Result<()> {
189189
let pyroot = kani_dir.join("pyroot");
190190

191191
// TODO: this is a repetition of versions from kani/kani-dependencies
192-
let pkg_versions = &["cbmc-viewer==3.9"];
192+
let pkg_versions = &["cbmc-viewer==3.10"];
193193

194194
Command::new("python3")
195195
.args(["-m", "pip", "install", "--target"])

0 commit comments

Comments
 (0)