Skip to content

Commit

Permalink
deps: Seed master to fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKavik committed Jan 31, 2020
1 parent a4df146 commit e21dd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ wasm-bindgen-test = "^0.3.8"
wasm-bindgen = "^0.2.58"
serde = { version = "^1.0.104", features = ['derive'] }
serde_json = "^1.0.45"
seed = "0.5.1"
#seed = "0.6.0"
seed = { git = "https://github.com/seed-rs/seed.git" }

[dependencies.web-sys]
version = "^0.3.35"
Expand Down

0 comments on commit e21dd7d

Please # to comment.