Skip to content

Commit 2302336

Browse files
committed
fixup! Prevent ahash from pulling in getrandom 0.3
1 parent e15c156 commit 2302336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spacetimedb-subscription = { path = "crates/subscription", version = "1.1.1" }
126126
# Prevent `ahash` from pulling in `getrandom` by disabling default features.
127127
# Modules use `getrandom02` and we need to prevent an incompatible version
128128
# from appearing in module dependency graphs.
129-
ahash = { version = "0.8", default_features = false, features = ["std"] }
129+
ahash = { version = "0.8", default-features = false, features = ["std"] }
130130
anyhow = "1.0.68"
131131
anymap = "0.12"
132132
arrayvec = "0.7.2"

0 commit comments

Comments
 (0)