Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
- Add `impl Display` for `Id` (#5)
- Fix clippy (#5)
  • Loading branch information
kazk committed Jun 24, 2022
1 parent 1f0c734 commit 903d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xid"
version = "1.0.0"
version = "1.0.1"
license = "MIT"
description = "Globally unique sortable id generator. A Rust port of https://github.com/rs/xid."
keywords = ["id"]
Expand Down

0 comments on commit 903d38b

Please sign in to comment.