From cb6028b752bbaac17063e9be0bcc0af932355ced Mon Sep 17 00:00:00 2001 From: kazk Date: Tue, 23 Apr 2024 11:38:45 -0700 Subject: [PATCH] v1.1.0 - Fix #9 by checking the last byte in `Id::from_str` (#10) - Implement `std::default::Default` (#10) - Add `from_bytes` function and `is_zero` method (#10) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88276c7..f798905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xid" -version = "1.0.3" +version = "1.1.0" license = "MIT" description = "Globally unique sortable id generator. A Rust port of https://github.com/rs/xid." keywords = ["id"]