Skip to content

Commit

Permalink
rust: move to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Feb 14, 2023
1 parent 022ac05 commit d7a4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["csv", "comma", "parser", "delimited", "serde"]
license = "Unlicense/MIT"
categories = ["encoding", "parser-implementations"]
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
edition = "2018"
edition = "2021"

[workspace]
members = ["csv-core", "csv-index"]
Expand Down

0 comments on commit d7a4f7d

Please sign in to comment.