From 0aede877fe0bfb1ba5e3c2024df8c0958d503a83 Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Sat, 17 Aug 2024 14:13:49 +0200 Subject: [PATCH] 0.7.6 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4ec35..056e6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Recent Changes (arrayvec) ========================= +## 0.7.6 + +- Fix no-std build [#274](https://github.com/bluss/arrayvec/pull/274) + ## 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) diff --git a/Cargo.toml b/Cargo.toml index d244a58..13917b0 100644 --- a/Cargo.toml +++ b/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"