Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kinosang committed Nov 23, 2023
1 parent b64b3b6 commit 3a395c8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "fastid"
version = "0.2.3"
version = "0.3.0"
authors = ["Chino Chang <chino@joymoe.com>"]
edition = "2018"
edition = "2021"

description = "Snowflake-like ID generating in Rust"
documentation = "https://docs.rs/fastid"
Expand All @@ -14,19 +14,17 @@ repository = "https://github.com/JoyMoe/FastID-rs"
[dependencies]

[dependencies.base62]
version = "1.1"
version = "2.0"
optional = true

[dependencies.base64]
version = "0.13"
version = "0.21"
optional = true

[dependencies.uuid]
version = "0.8"
version = "1.6"
optional = true

[dev-dependencies]

[features]
default = []
guid = ["uuid"]

0 comments on commit 3a395c8

Please sign in to comment.