Skip to content

Commit

Permalink
Explicit cuid2 version in cuid1
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Jan 22, 2023
1 parent b207c15 commit a2340ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cuid1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ criterion = "~0.3"
[dependencies]
base36 = "0.0.1"
bigint = "4.4.3"
cuid2 = { path = "../cuid2" }
cuid2 = { path = "../cuid2", version = "0.1.0" }
hostname = "~0.3.0"
num = { version = "0.4.0", features = ["num-bigint"] }
once_cell = "1.9.0"
Expand Down

0 comments on commit a2340ce

Please sign in to comment.