0.7.3
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
Recent Changes (arrayvec)
|
||||
=========================
|
||||
|
||||
## 0.7.3
|
||||
|
||||
- Use track_caller on multiple methods like push and similar, for capacity
|
||||
overflows by @kornelski
|
||||
- impl BorrowMut for ArrayString by @msrd0
|
||||
- Fix stacked borrows violations by @clubby789
|
||||
- Update Miri CI by @RalfJung
|
||||
|
||||
## 0.7.2
|
||||
|
||||
- Add `.as_mut_str()` to `ArrayString` by @clarfonthey
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user