0.7.6
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
## 0.7.6
|
||||||
|
|
||||||
|
- Fix no-std build [#274](https://github.com/bluss/arrayvec/pull/274)
|
||||||
|
|
||||||
## 0.7.5
|
## 0.7.5
|
||||||
|
|
||||||
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` [@YuhanLiin](https://github.com/YuhanLiin) [#260](https://github.com/bluss/arrayvec/pull/260)
|
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` [@YuhanLiin](https://github.com/YuhanLiin) [#260](https://github.com/bluss/arrayvec/pull/260)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.7.5"
|
version = "0.7.6"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user