We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909c766 commit 0aede87Copy full SHA for 0aede87
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Recent Changes (arrayvec)
2
=========================
3
4
+## 0.7.6
5
+
6
+- Fix no-std build [#274](https://github.com/bluss/arrayvec/pull/274)
7
8
## 0.7.5
9
10
- 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,6 +1,6 @@
[package]
name = "arrayvec"
-version = "0.7.5"
+version = "0.7.6"
authors = ["bluss"]
license = "MIT OR Apache-2.0"
edition = "2018"
0 commit comments