We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292b9d2 commit bcd8b00Copy full SHA for bcd8b00
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## circular-buffer 1.2.0
4
+
5
+* Updated Rust edition from 2021 to 2024
6
+* Updated MSRV from 0.82 to 0.87
7
+* Removed polyfill code for features that have been stabilized in Rust 0.87
8
9
## circular-buffer 1.1.0
10
11
### New features
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "circular-buffer"
-version = "1.1.0"
+version = "1.2.0"
authors = ["Andrea Corbellini <corbellini.andrea@gmail.com>"]
edition = "2024"
rust-version = "1.87"
0 commit comments