Skip to content

Commit fdcbe7c

Browse files
committed
Now add the workspace-hack cargo.toml
1 parent 96a2d32 commit fdcbe7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workspace-hack/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ futures-core = { version = "0.3" }
3030
futures-executor = { version = "0.3" }
3131
futures-sink = { version = "0.3" }
3232
futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
33-
getrandom = { version = "0.2", default-features = false, features = ["std"] }
3433
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
3534
hex = { version = "0.4", features = ["serde"] }
3635
indexmap = { version = "2", features = ["serde"] }
@@ -80,7 +79,6 @@ futures-core = { version = "0.3" }
8079
futures-executor = { version = "0.3" }
8180
futures-sink = { version = "0.3" }
8281
futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
83-
getrandom = { version = "0.2", default-features = false, features = ["std"] }
8482
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
8583
hex = { version = "0.4", features = ["serde"] }
8684
indexmap = { version = "2", features = ["serde"] }

0 commit comments

Comments
 (0)