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

+4
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

+1-1
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)