From 9d1fd22d281c379362888bf729a927509f2d8ffc Mon Sep 17 00:00:00 2001 From: kazk Date: Tue, 23 Apr 2024 12:01:46 -0700 Subject: [PATCH] v1.1.1 - Fix clippy (#11) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f798905..ecd1279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xid" -version = "1.1.0" +version = "1.1.1" license = "MIT" description = "Globally unique sortable id generator. A Rust port of https://github.com/rs/xid." keywords = ["id"]