Skip to content

Commit

Permalink
Fix up gloo-storage for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Oct 24, 2021
1 parent 46b5039 commit d7b72ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
js-sys = "0.3"
gloo-utils = { path = "../utils" }
gloo-utils = { version = "0.1", path = "../utils" }
[dependencies.web-sys]
version = "0.3"
features = [
Expand Down

0 comments on commit d7b72ec

Please sign in to comment.