mirror of https://github.com/yewstack/yew
Change path versions to tag versions (#2263)
This commit is contained in:
parent
47a6d080c0
commit
4515df03ee
|
@ -16,7 +16,7 @@ js-sys = "0.3"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
slab = "0.4"
|
slab = "0.4"
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
yew = { path = "../yew" }
|
yew = { version = "0.19.3" }
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
|
|
|
@ -14,8 +14,8 @@ repository = "https://github.com/yewstack/yew"
|
||||||
wasm_test = []
|
wasm_test = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yew = { path = "../yew", default-features= false }
|
yew = { version = "0.19.3", default-features= false }
|
||||||
yew-router-macro = { path = "../yew-router-macro" }
|
yew-router-macro = { version = "0.16.0" }
|
||||||
gloo-utils = "0.1"
|
gloo-utils = "0.1"
|
||||||
|
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
|
|
Loading…
Reference in New Issue