mirror of https://github.com/yewstack/yew
* Changed dependency to yew = "0.19" * Changed edition to 2021
This commit is contained in:
parent
62d78d0641
commit
bbb7ded83e
|
@ -75,10 +75,10 @@ Update the files as follows:
|
|||
[package]
|
||||
name = "yew-app"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
+ yew = { git = "https://github.com/yewstack/yew/" }
|
||||
+ yew = "0.19"
|
||||
```
|
||||
|
||||
```rust ,no_run title="src/main.rs"
|
||||
|
|
Loading…
Reference in New Issue