Skip to content

Commit fb58a8d

Browse files
authored
fix(cargo): fix phantom type dependency version (#150)
1 parent e63633f commit fb58a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async-trait = "0.1"
7474
log = "0.4"
7575
hashbrown = "0.13"
7676
spin = "0.9"
77-
phantom-type = { vestion = "0.4.2", default-features = false }
77+
phantom-type = { version = "0.4.2", default-features = false }
7878
percent-encoding = { version = "2.1", default-features = false }
7979
base64 = { version = "0.21", features = ["alloc"], default-features = false }
8080
derive_builder = {version = "0.12", default-features = false }

0 commit comments

Comments
 (0)