Skip to content

Commit

Permalink
prepare for 0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Aug 28, 2023
1 parent 736642f commit d415cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.8.4]
- Now builds with `#![no_std]`.

## [0.8.3]
- bump hashbrown to 0.14

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hashlink"
version = "0.8.3"
version = "0.8.4"
authors = ["kyren <[email protected]>"]
edition = "2018"
description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
Expand Down

0 comments on commit d415cbe

Please sign in to comment.