Skip to content

Commit

Permalink
Move rand from dev-dependencies to dependencies
Browse files Browse the repository at this point in the history
Known workaround for rust-lang/cargo#6915
  • Loading branch information
johnpmayer committed Feb 14, 2021
1 parent a6afe9e commit 87d7469
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 @@ -40,6 +40,7 @@ cfg-if = "1.0"
instant = "0.1"
futures = "0.3"
futures-timer = "3.0"
rand = "0.7.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
naia-server-socket = "0.4"
Expand All @@ -51,7 +52,6 @@ futures-timer = { version = "3.0", features = ["wasm-bindgen"] }
bevy = { version = "0.4", default-features = false }
serde = { version = "1.0", features = ["derive"] }
simple_logger = "1"
rand = "0.7.3"
console_error_panic_hook = "0.1"
console_log = "0.2"

Expand Down

0 comments on commit 87d7469

Please sign in to comment.