fix wasm and finish refactor

This commit is contained in:
John Smith
2022-01-04 14:25:32 -05:00
parent 2564d35cc1
commit 3035bc079f
16 changed files with 133 additions and 156 deletions

10
Cargo.lock generated
View File

@@ -225,12 +225,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "async-lock"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab86ee898bb6d5d0118270acaa8536c59885231ca6f653b4c35a148f8ee6235"
[[package]]
name = "async-lock"
version = "2.4.0"
@@ -276,7 +270,7 @@ dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock 2.4.0",
"async-lock",
"async-process",
"crossbeam-utils",
"futures-channel",
@@ -3749,7 +3743,7 @@ version = "0.1.0"
dependencies = [
"android_logger",
"anyhow",
"async-lock 0.1.0",
"async-lock",
"async-std",
"async-tls",
"async-tungstenite 0.16.0",