Skip to content

Commit

Permalink
Update gloo to v0.2.1 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Mar 11, 2020
1 parent a4ad32b commit d7c5d53
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 @@ -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 }
Expand Down

0 comments on commit d7c5d53

Please sign in to comment.