From 76b8ca8144b3dbdcac0ad0e1f711589e107bebe6 Mon Sep 17 00:00:00 2001 From: kazk Date: Fri, 14 Oct 2022 00:41:31 -0700 Subject: [PATCH] v1.0.3 * Fix clippy by #8 * Support wasm target by #7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8557d6f..88276c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xid" -version = "1.0.2" +version = "1.0.3" license = "MIT" description = "Globally unique sortable id generator. A Rust port of https://github.com/rs/xid." keywords = ["id"]