Skip to content

Commit

Permalink
Update cbmc-viewer to 3.10 (#3683)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
remi-delmas-3000 and Remi Delmas authored Nov 7, 2024
1 parent 4781b95 commit 9b2bbd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kani-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CBMC_VERSION="6.4.0"

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

KISSAT_VERSION="3.1.1"
2 changes: 1 addition & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fn setup_python_deps(kani_dir: &Path) -> Result<()> {
let pyroot = kani_dir.join("pyroot");

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

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

0 comments on commit 9b2bbd3

Please sign in to comment.