Skip to content

Commit

Permalink
fix(cargo): fix phantom type dependency version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon authored Jun 5, 2023
1 parent e63633f commit fb58a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async-trait = "0.1"
log = "0.4"
hashbrown = "0.13"
spin = "0.9"
phantom-type = { vestion = "0.4.2", default-features = false }
phantom-type = { version = "0.4.2", default-features = false }
percent-encoding = { version = "2.1", default-features = false }
base64 = { version = "0.21", features = ["alloc"], default-features = false }
derive_builder = {version = "0.12", default-features = false }
Expand Down

0 comments on commit fb58a8d

Please sign in to comment.