Skip to content

Commit acf7ce3

Browse files
committed
update doc
1 parent c0d6462 commit acf7ce3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Include `plotters-iced` in your `Cargo.toml` dependencies:
3030

3131
```toml
3232
[dependencies]
33-
plotters-iced = "0.5"
34-
iced = { version = "0.6", features = ["canvas", "tokio"] }
33+
plotters-iced = "0.6"
34+
iced = { version = "0.7", features = ["canvas", "tokio"] }
3535
plotters="0.3"
3636
```
3737

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
2020
```toml
2121
[dependencies]
22-
plotters-iced = "0.5"
23-
iced = { version = "0.6", features = ["canvas", "tokio"] }
22+
plotters-iced = "0.6"
23+
iced = { version = "0.7", features = ["canvas", "tokio"] }
2424
plotters="0.3"
2525
```
2626

0 commit comments

Comments
 (0)