Skip to content

Commit

Permalink
Bump Kani version to 0.58.0 (#3822)
Browse files Browse the repository at this point in the history
## What's Changed
* Package Docker release step: ensure compiler is installed by
@tautschnig in #3789
* Improve `--jobs` UI by @carolynzech in
#3790
* Update kissat to v4.0.1 by @remi-delmas-3000 in
#3791
* Automatic cargo update to 2024-12-23 by @github-actions in
#3792
* Bump tests/perf/s2n-quic from `0b3f892` to `a54686e` by @dependabot in
#3793
* Upgrade toolchain to nightly-2024-12-18 by @zhassan-aws in
#3794
* Automatic cargo update to 2024-12-30 by @github-actions in
#3800
* fix: clippy by @ShoyuVanilla in
#3806
* Update dependencies (02.01.2025). by @remi-delmas-3000 in
#3809
* Update charon submodule by @zhassan-aws in
#3801
* Upgrade toolchain to 2024-12-19 by @zhassan-aws in
#3810
* Automatic cargo update to 2025-01-06 by @github-actions in
#3812
* Bump tests/perf/s2n-quic from `a54686e` to `ac52a48` by @dependabot in
#3813
* Generate contracts of dependencies as assertions by @carolynzech in
#3802
* Fix hanging command in `std-analysis.sh` by @carolynzech in
#3818
* Add UB checks for ptr_offset_from* intrinsics by @celinval in
#3757
* Toolchain update 06-01-2025 by @remi-delmas-3000 in
#3814
* Automatic toolchain upgrade to nightly-2025-01-07 by @github-actions
in #3820
* Include manifest-path when checking if packages are in the workspace
by @qinheping in #3819

## New Contributors
* @ShoyuVanilla made their first contribution in
#3806

**Full Changelog**:
kani-0.57.0...kani-0.58.0

---------

Co-authored-by: Celina G. Val <[email protected]>
  • Loading branch information
qinheping and celinval authored Jan 11, 2025
1 parent f1b0877 commit 37321b1
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 20 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.58.0]

### Major/Breaking Changes
* Improve `--jobs` UI by @carolynzech in https://github.com/model-checking/kani/pull/3790
* Generate contracts of dependencies as assertions by @carolynzech in https://github.com/model-checking/kani/pull/3802
* Add UB checks for ptr_offset_from* intrinsics by @celinval in https://github.com/model-checking/kani/pull/3757

### What's Changed
* Include manifest-path when checking if packages are in the workspace by @qinheping in https://github.com/model-checking/kani/pull/3819
* Update kissat to v4.0.1 by @remi-delmas-3000 in https://github.com/model-checking/kani/pull/3791
* Rust toolchain upgraded to 2025-01-07 by @remi-delmas-3000 @zhassan-aws

**Full Changelog**: https://github.com/model-checking/kani/compare/kani-0.57.0...kani-0.58.0

## [0.57.0]

### Major Changes
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ dependencies = [

[[package]]
name = "build-kani"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -397,7 +397,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -796,15 +796,15 @@ checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5"

[[package]]
name = "kani"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"kani_core",
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"charon",
"clap",
Expand Down Expand Up @@ -843,7 +843,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -875,7 +875,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -884,14 +884,14 @@ dependencies = [

[[package]]
name = "kani_core"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani_macros"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"proc-macro-error2",
"proc-macro2",
Expand All @@ -901,7 +901,7 @@ dependencies = [

[[package]]
name = "kani_metadata"
version = "0.57.0"
version = "0.58.0"
dependencies = [
"clap",
"cprover_bindings",
Expand Down Expand Up @@ -1620,7 +1620,7 @@ dependencies = [

[[package]]
name = "std"
version = "0.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion library/kani_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kani_core"
version = "0.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.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.57.0"
version = "0.58.0"
edition = "2021"
description = "Builds Kani, Sysroot and release bundle."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 37321b1

Please sign in to comment.