Skip to content

Commit 299b0b3

Browse files
authored
Bump dependencies and Kani's version to 0.50.0 (rust-lang#3148)
Release notes are the following: ### Major Changes * Fix compilation issue with proc_macro2 (v1.0.80+) and Kani v0.49.0 (model-checking/kani#3138). ### What's Changed * Implement valid value check for `write_bytes` by @celinval in model-checking/kani#3108 * Rust toolchain upgraded to 2024-04-15 by @tautschnig @celinval **Full Changelog**: model-checking/kani@kani-0.49.0...kani-0.50.0
1 parent ec34e01 commit 299b0b3

File tree

11 files changed

+92
-71
lines changed

11 files changed

+92
-71
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.50.0]
8+
9+
### Major Changes
10+
* Fix compilation issue with proc_macro2 (v1.0.80+) and Kani v0.49.0
11+
(https://github.com/model-checking/kani/issues/3138).
12+
13+
### What's Changed
14+
* Implement valid value check for `write_bytes` by @celinval in
15+
https://github.com/model-checking/kani/pull/3108
16+
* Rust toolchain upgraded to 2024-04-15 by @tautschnig @celinval
17+
18+
**Full Changelog**:
19+
https://github.com/model-checking/kani/compare/kani-0.49.0...kani-0.50.0
20+
721
## [0.49.0]
822

923
### What's Changed

0 commit comments

Comments
 (0)