(cargo-release) version {{crate_name}}-v{{version}}

This commit is contained in:
GitHub Action 2022-11-25 13:11:26 +00:00 committed by Muhammad Hamza
parent 09a7f2f457
commit 05d2ec4434
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "yew-router-macro"
version = "0.16.0"
version = "0.17.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"

View File

@ -13,7 +13,7 @@ rust-version = "1.60.0"
[dependencies]
yew = { version = "0.20.0", path = "../yew", default-features= false }
yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }
yew-router-macro = { version = "0.17.0", path = "../yew-router-macro" }
wasm-bindgen = "0.2"
js-sys = "0.3"