Skip to content

Commit 9b380e9

Browse files
authored
Update Kani version to 0.40.0 (#2847)
Update dependencies via `cargo update`, the changelog, and versions in Kani crates.
1 parent 4e802e1 commit 9b380e9

File tree

11 files changed

+89
-143
lines changed

11 files changed

+89
-143
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ This file contains notable changes (e.g. breaking changes, major changes, etc.)
44

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

7+
## [0.40.0]
8+
9+
### What's Changed
10+
11+
* Ease setup in Amazon Linux 2 by @adpaco-aws in https://github.com/model-checking/kani/pull/2833
12+
* Propagate backend options into goto-synthesizer by @qinheping in https://github.com/model-checking/kani/pull/2643
13+
* Update CBMC version to 5.95.1 by @adpaco-aws in https://github.com/model-checking/kani/pull/2844
14+
* Rust toolchain upgraded to `nightly-2023-10-31` by @jaisnan @adpaco-aws
15+
16+
**Full Changelog**: https://github.com/model-checking/kani/compare/kani-0.39.0...kani-0.40.0
17+
718
## [0.39.0]
819

9-
## What's Changed
20+
### What's Changed
1021

1122
* Limit --exclude to workspace packages by @tautschnig in https://github.com/model-checking/kani/pull/2808
1223
* Fix panic warning and add arbitrary Duration by @celinval in https://github.com/model-checking/kani/pull/2820

0 commit comments

Comments
 (0)