Skip to content

Commit c3327c5

Browse files
committed
Change rust edition back to 2018, fix #398
1 parent e61aa98 commit c3327c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "plotters"
33
version = "0.3.3"
44
authors = ["Hao Hou <[email protected]>"]
5-
edition = "2021"
5+
edition = "2018"
66
license = "MIT"
77
description = "A Rust drawing library focus on data plotting for both WASM and native applications"
88
repository = "https://github.com/plotters-rs/plotters"

0 commit comments

Comments
 (0)