Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into toolchain-upgrade-202…
Browse files Browse the repository at this point in the history
…4-04-03-manual
  • Loading branch information
tautschnig committed Apr 5, 2024
2 parents e2856c7 + 81e11ba commit b32238d
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 21 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.49.0]

### What's Changed
* Disable removal of storage markers by @zhassan-aws in https://github.com/model-checking/kani/pull/3083
* Ensure storage markers are kept in std code by @zhassan-aws in https://github.com/model-checking/kani/pull/3080
* Implement validity checks by @celinval in https://github.com/model-checking/kani/pull/3085
* Allow modifies clause for verification only by @feliperodri in https://github.com/model-checking/kani/pull/3098
* Add optional scatterplot to benchcomp output by @tautschnig in https://github.com/model-checking/kani/pull/3077
* Expand ${var} in benchcomp variant `env` by @karkhaz in https://github.com/model-checking/kani/pull/3090
* Add `benchcomp filter` command by @karkhaz in https://github.com/model-checking/kani/pull/3105
* Upgrade Rust toolchain to 2024-03-29 by @zhassan-aws @celinval @adpaco-aws @feliperodri

**Full Changelog**: https://github.com/model-checking/kani/compare/kani-0.48.0...kani-0.49.0

## [0.48.0]

### Major Changes
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"

[[package]]
name = "build-kani"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -233,7 +233,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -410,14 +410,14 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"

[[package]]
name = "kani"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"clap",
"cprover_bindings",
Expand All @@ -438,7 +438,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -466,7 +466,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -475,7 +475,7 @@ dependencies = [

[[package]]
name = "kani_macros"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"proc-macro-error",
"proc-macro2",
Expand All @@ -485,7 +485,7 @@ dependencies = [

[[package]]
name = "kani_metadata"
version = "0.48.0"
version = "0.49.0"
dependencies = [
"clap",
"cprover_bindings",
Expand Down Expand Up @@ -992,7 +992,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"

[[package]]
name = "std"
version = "0.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.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.48.0"
version = "0.49.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
3 changes: 0 additions & 3 deletions tests/kani/ValidValues/write_invalid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
//! Writing invalid bytes is not UB as long as the incorrect value is not read.
//! However, we over-approximate for sake of simplicity and performance.

// Note: We're getting an unexpected compilation error because the type returned
// from StableMIR is `Alias`: https://github.com/model-checking/kani/issues/3113

use std::num::NonZeroU8;

#[kani::proof]
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.48.0"
version = "0.49.0"
edition = "2021"
description = "Builds Kani, Sysroot and release bundle."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b32238d

Please sign in to comment.