Skip to content

Commit 0210440

Browse files
authored
Bump viewer to 3.2 fully (rust-lang#1188)
1 parent 430fc53 commit 0210440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fn setup(use_local_bundle: Option<OsString>) -> Result<()> {
152152

153153
// TODO: this is a repetition of versions from elsewhere
154154
Command::new("python3")
155-
.args(&["-m", "pip", "install", "cbmc-viewer==2.11", "--target"])
155+
.args(&["-m", "pip", "install", "cbmc-viewer==3.2", "--target"])
156156
.arg(&pyroot)
157157
.run()?;
158158
Command::new("python3")

0 commit comments

Comments
 (0)