Skip to content

Commit

Permalink
build: Remove patch version on unique_id dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 24, 2024
1 parent 2a93a40 commit e5cd444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -16,7 +16,7 @@ diff-struct = { version = "0.5", optional = true }
pest = "2.7"
pest_derive = "2.7"
serde = { version = "1", features = ["derive"], optional = true }
unique_id = "0.1.5"
unique_id = "0.1"

[dev-dependencies]
float_eq = "1.0"
Expand Down

0 comments on commit e5cd444

Please sign in to comment.