Skip to content

Commit

Permalink
Bump version to 0.12 (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Oct 4, 2022
1 parent 07092de commit 7c84bc9
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 22 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies = [

[[package]]
name = "build-kani"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -221,7 +221,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -394,14 +394,14 @@ checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"

[[package]]
name = "kani"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"ar",
"atty",
Expand All @@ -427,7 +427,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand All @@ -448,7 +448,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -457,23 +457,23 @@ dependencies = [

[[package]]
name = "kani_macros"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"quote",
"syn",
]

[[package]]
name = "kani_metadata"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"cprover_bindings",
"serde",
]

[[package]]
name = "kani_queries"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"strum",
"strum_macros",
Expand Down Expand Up @@ -924,7 +924,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"

[[package]]
name = "std"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"kani",
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani-verifier"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
description = "A bit-precise model checker for Rust."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:

runs:
using: 'docker'
image: docker://ghcr.io/model-checking/kani-ubuntu-20.04:0.11.0
image: docker://ghcr.io/model-checking/kani-ubuntu-20.04:0.12.0
args:
- bash
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion cprover_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "cprover_bindings"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion kani-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani-compiler"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
3 changes: 1 addition & 2 deletions kani-compiler/kani_queries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani_queries"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand All @@ -15,4 +15,3 @@ unsound_experiments = []
tracing = {version = "0.1"}
strum = {version = "0.24.0"}
strum_macros = {version = "0.24.0"}

2 changes: 1 addition & 1 deletion kani-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani-driver"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
description = "Build a project with Kani and run all proof harnesses"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion kani_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani_metadata"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion library/kani/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion library/kani_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani_macros"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Note: this package is intentionally named std to make sure the names of
# standard library symbols are preserved
name = "std"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion tools/build-kani/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "build-kani"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
description = "Builds Kani, Sysroot and release bundle."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7c84bc9

Please sign in to comment.