Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix the browser node and ensure it doesn't colour the informant output #6457

Merged
merged 10 commits into from
Jun 23, 2020
Prev Previous commit
Next Next commit
Remove wasm-timer from primitives io cargo lock
  • Loading branch information
expenses committed Jun 22, 2020
commit 924c6879772b0f4fc57cd8738baa8cc0fc139f14
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion primitives/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ sp-tracing = { version = "2.0.0-rc3", default-features = false, path = "../traci
log = { version = "0.4.8", optional = true }
futures = { version = "0.3.1", features = ["thread-pool"], optional = true }
parking_lot = { version = "0.10.0", optional = true }
wasm-timer = "0.2.4"

[features]
default = ["std"]
Expand Down