Changing to use crates.io version of stdweb

This commit is contained in:
Pauan 2018-06-08 02:05:58 -10:00
parent 6109e33782
commit a751f76acf
3 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ futures-core = "0.2.0"
futures-signals = { git = "https://github.com/Pauan/rust-signals" }
[dependencies.stdweb]
#version = "0.4.0"
git = "https://github.com/koute/stdweb"
version = "0.4.6"
#git = "https://github.com/koute/stdweb"
#path = "../stdweb"
features = ["experimental_features_which_may_break_on_minor_version_bumps"]

View File

@ -9,7 +9,7 @@ dominator = { path = "../.." }
futures-signals = { git = "https://github.com/Pauan/rust-signals" }
[dependencies.stdweb]
#version = "0.4.0"
git = "https://github.com/koute/stdweb"
version = "0.4.6"
#git = "https://github.com/koute/stdweb"
#path = "../../../stdweb"
features = ["experimental_features_which_may_break_on_minor_version_bumps"]

View File

@ -15,7 +15,7 @@ version = "1.0.27"
features = ["rc"]
[dependencies.stdweb]
#version = "0.4.0"
git = "https://github.com/koute/stdweb"
version = "0.4.6"
#git = "https://github.com/koute/stdweb"
#path = "../../../stdweb"
features = ["experimental_features_which_may_break_on_minor_version_bumps"]