We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6712744 commit 4ab6d63Copy full SHA for 4ab6d63
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Recent Changes (arrayvec)
2
=========================
3
4
+## 0.7.3
5
+
6
+- Use track_caller on multiple methods like push and similar, for capacity
7
+ overflows by @kornelski
8
+- impl BorrowMut for ArrayString by @msrd0
9
+- Fix stacked borrows violations by @clubby789
10
+- Update Miri CI by @RalfJung
11
12
## 0.7.2
13
14
- Add `.as_mut_str()` to `ArrayString` by @clarfonthey
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
-version = "0.7.2"
+version = "0.7.3"
authors = ["bluss"]
license = "MIT OR Apache-2.0"
edition = "2018"
0 commit comments