Skip to content

Commit 4b979e9

Browse files
committed
Merge branch 'main' into toolchain-2022-12-11
2 parents 071a5bc + c135fa9 commit 4b979e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.rs

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

115115
// TODO: this is a repetition of versions from kani/kani-dependencies
116-
let pkg_versions = &["cbmc-viewer==3.6"];
116+
let pkg_versions = &["cbmc-viewer==3.8"];
117117

118118
if os_hacks::should_apply_ubuntu_18_04_python_hack(os)? {
119119
os_hacks::setup_python_deps_on_ubuntu_18_04(&pyroot, pkg_versions)?;

0 commit comments

Comments
 (0)