-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- code change to lang.rs because update to fluent-bundle
- Loading branch information
1 parent
5c68f0f
commit f00b70c
Showing
2 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "binoxxo-webapp-seed" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Martin Suesskraut <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
|
@@ -14,20 +14,20 @@ crate-type = ["cdylib"] | |
|
||
[dependencies] | ||
seed = "0.8.0" | ||
wasm-bindgen = "0.2.68" | ||
binoxxo = { version = "0.4.0", features = ["wasm-bindgen"] } | ||
fluent-bundle = "0.13.1" | ||
wasm-bindgen = "0.2.70" | ||
binoxxo = "0.5.0" | ||
fluent-bundle = "0.14.3" | ||
unic-langid = { version = "0.9.0", features = ["macros"] } | ||
elsa = "1.3.2" | ||
lazy_static = "1.4.0" | ||
|
||
# For serialization, eg sending requests to a server. Otherwise, not required. | ||
serde = "1.0.117" | ||
serde_derive = "1.0.117" | ||
serde_json = "1.0.59" | ||
serde = "1.0.123" | ||
serde_derive = "1.0.123" | ||
serde_json = "1.0.61" | ||
|
||
[dependencies.web-sys] | ||
version = "^0.3.45" | ||
version = "^0.3.47" | ||
features = [ | ||
"Blob", | ||
"Event", | ||
|
@@ -39,4 +39,4 @@ features = [ | |
] | ||
|
||
[dev-dependencies] | ||
wasm-bindgen-test = "0.3.18" | ||
wasm-bindgen-test = "0.3.20" |
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