Skip to content

Commit 2bc2034

Browse files
committed
Update and bump
1 parent da4bd7e commit 2bc2034

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* **`1.0.1`**
2+
* Update faster-hex dependency
3+
* Mark `from_iter` as `#[inline]` to significantly improve codegen.
4+
15
* **`1.0.0`**
26
* **Use GATs for `ArrayLength`** !
37
* Bump MSRV to 1.65.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "generic-array"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
authors = ["Bartłomiej Kamiński <[email protected]>", "Aaron Trent <[email protected]>"]
66
edition = "2021"
77

@@ -29,7 +29,7 @@ typenum = { version = "1.17", features = ["const-generics"] }
2929
const-default = { version = "1", optional = true, default-features = false }
3030
serde = { version = "1.0", optional = true, default-features = false }
3131
zeroize = { version = "1", optional = true, default-features = false }
32-
faster-hex = { version = "0.8", optional = true, default-features = false }
32+
faster-hex = { version = "0.9", optional = true, default-features = false }
3333

3434
[dev-dependencies]
3535
# this can't yet be made optional, see https://github.com/rust-lang/cargo/issues/1596

0 commit comments

Comments
 (0)