-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3360a62
commit ece4ca5
Showing
10 changed files
with
54 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "seed" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
description = "A Rust framework for creating web apps, using WebAssembly" | ||
authors = ["DavidOConnor <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -16,24 +16,23 @@ edition = "2018" | |
crate-type = ["cdylib", "rlib"] | ||
|
||
[dev-dependencies] | ||
wasm-bindgen-test = "^0.2.40" # NOTE: keep in sync with wasm-bindgen version | ||
wasm-bindgen-test = "^0.2.42" # NOTE: keep in sync with wasm-bindgen version | ||
|
||
[dependencies] | ||
# NOTE: keep in sync with wasm-bindgen-test version | ||
wasm-bindgen = {version = "^0.2.40", features = ["serde-serialize"]} | ||
wasm-bindgen = {version = "^0.2.42", features = ["serde-serialize"]} | ||
js-sys = "0.3.6" | ||
console_error_panic_hook = "^0.1.5" | ||
serde = { version = "^1.0.85", features = ['derive'] } | ||
serde_json = "^1.0.36" | ||
futures = "^0.1.20" | ||
wasm-bindgen-futures = "^0.3.6" | ||
#either = "^1.5.1" | ||
wasm-bindgen-futures = "^0.3.19" | ||
|
||
# Markdown conversion | ||
pulldown-cmark = "^0.2.0" | ||
|
||
[dependencies.web-sys] | ||
version = "0.3.10" | ||
version = "^0.3.19" | ||
features = [ | ||
"AbortController", | ||
"AbortSignal", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters