Skip to content

Commit

Permalink
Bump Kani version to 0.32.0 (rust-lang#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jul 12, 2023
1 parent ef05529 commit 06c0fbe
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 18 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This file contains notable changes (e.g. breaking changes, major changes, etc.)

This file was introduced starting Kani 0.23.0, so it only contains changes from version 0.23.0 onwards.

## [0.32.0]

## What's Changed

* Add kani::spawn and an executor to the Kani library by @fzaiser in https://github.com/model-checking/kani/pull/1659
* Add "kani" configuration key to enable conditional compilation in build scripts by @celinval in https://github.com/model-checking/kani/pull/2297
* Adds posix_memalign to the list of supported builtins by @feliperodri in https://github.com/model-checking/kani/pull/2601
* Upgrade rust toolchain to nightly-2023-06-20 by @celinval in https://github.com/model-checking/kani/pull/2551
* Update rust toolchain to 2023-06-22 by @celinval in https://github.com/model-checking/kani/pull/2588
* Automatic toolchain upgrade to nightly-2023-06-24 by @github-actions in https://github.com/model-checking/kani/pull/2600
* Bump CBMC version to 5.87.0 by @adpaco-aws in https://github.com/model-checking/kani/pull/2598

**Full Changelog**: https://github.com/model-checking/kani/compare/kani-0.31.0...kani-0.32.0

## [0.31.0]

## What's Changed
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies = [

[[package]]
name = "build-kani"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -264,7 +264,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -484,14 +484,14 @@ checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"

[[package]]
name = "kani"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"clap",
"cprover_bindings",
Expand All @@ -512,7 +512,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand All @@ -539,7 +539,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -548,7 +548,7 @@ dependencies = [

[[package]]
name = "kani_macros"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"proc-macro-error",
"proc-macro2",
Expand All @@ -558,7 +558,7 @@ dependencies = [

[[package]]
name = "kani_metadata"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"cprover_bindings",
"serde",
Expand Down Expand Up @@ -1146,7 +1146,7 @@ checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"

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

0 comments on commit 06c0fbe

Please sign in to comment.