Skip to content

Commit 0aede87

Browse files
committed
0.7.6
1 parent 909c766 commit 0aede87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Recent Changes (arrayvec)
22
=========================
33

4+
## 0.7.6
5+
6+
- Fix no-std build [#274](https://github.com/bluss/arrayvec/pull/274)
7+
48
## 0.7.5
59

610
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` [@YuhanLiin](https://github.com/YuhanLiin) [#260](https://github.com/bluss/arrayvec/pull/260)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
authors = ["bluss"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)