Skip to content

Commit

Permalink
Bump packages version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Oct 17, 2023
1 parent 7ff4b3d commit bc6351a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies = [

[[package]]
name = "build-kani"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -255,7 +255,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -443,14 +443,14 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"

[[package]]
name = "kani"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"clap",
"cprover_bindings",
Expand All @@ -471,7 +471,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -499,7 +499,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -508,7 +508,7 @@ dependencies = [

[[package]]
name = "kani_macros"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"proc-macro-error",
"proc-macro2",
Expand All @@ -518,7 +518,7 @@ dependencies = [

[[package]]
name = "kani_metadata"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"clap",
"cprover_bindings",
Expand Down Expand Up @@ -1095,7 +1095,7 @@ checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"

[[package]]
name = "std"
version = "0.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.0"
edition = "2021"
description = "Builds Kani, Sysroot and release bundle."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit bc6351a

Please sign in to comment.