Update gloo to v0.2.1 (#1018)

This commit is contained in:
Justin Starry 2020-03-11 23:42:44 +08:00 committed by GitHub
parent a4ad32b3ce
commit d7c5d5372c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ cfg-if = "0.1"
cfg-match = "0.2"
console_error_panic_hook = { version = "0.1", optional = true }
futures = { version = "0.3", optional = true }
gloo = { git = "https://github.com/rustwasm/gloo", optional = true, rev = "f9b1727" }
gloo = { version = "0.2.1", optional = true }
http = "0.2"
indexmap = "1.0.2"
js-sys = { version = "0.3", optional = true }