Skip to content

Commit

Permalink
Bump kani version to 0.23.0 (#2271)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Palacios <[email protected]>
  • Loading branch information
qinheping and adpaco-aws authored Mar 8, 2023
1 parent e4bc04d commit 6734785
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies = [

[[package]]
name = "build-kani"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -226,7 +226,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -487,14 +487,14 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"

[[package]]
name = "kani"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"ar",
"atty",
Expand Down Expand Up @@ -522,7 +522,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"anyhow",
"atty",
Expand Down Expand Up @@ -551,7 +551,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -560,7 +560,7 @@ dependencies = [

[[package]]
name = "kani_macros"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"proc-macro-error",
"proc-macro2",
Expand All @@ -570,7 +570,7 @@ dependencies = [

[[package]]
name = "kani_metadata"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"cprover_bindings",
"serde",
Expand All @@ -580,7 +580,7 @@ dependencies = [

[[package]]
name = "kani_queries"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"strum",
"strum_macros",
Expand Down Expand Up @@ -1171,7 +1171,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"

[[package]]
name = "std"
version = "0.22.0"
version = "0.23.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.22.0"
version = "0.23.0"
edition = "2021"
description = "A bit-precise model checker for Rust."
readme = "README.md"
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.22.0"
version = "0.23.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.22.0"
version = "0.23.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion 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.22.0"
version = "0.23.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
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.22.0"
version = "0.23.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.22.0"
version = "0.23.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.22.0"
version = "0.23.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.22.0"
version = "0.23.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.22.0"
version = "0.23.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.22.0"
version = "0.23.0"
edition = "2021"
description = "Builds Kani, Sysroot and release bundle."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6734785

Please sign in to comment.