Reduces the number of threads we spawn (#810)

This commit is contained in:
Pierre Krieger
2020-01-30 18:06:35 +01:00
committed by GitHub
parent 0dc1e415b7
commit cfb9e7c8cb
2 changed files with 94 additions and 118 deletions
+3
View File
@@ -49,3 +49,6 @@ maintenance = { status = "actively-developed" }
[profile.release]
# Polkadot runtime requires unwinding.
panic = "unwind"
[patch.crates-io]
"async-std" = { git = "https://github.com/async-rs/async-std" }