Skip to content

Commit

Permalink
Update to Rust edition 2021 & add MSRV (#113)
Browse files Browse the repository at this point in the history
Ego's minimum supported Rust version (MSRV) is 1.60.0, which already supports edition 2021 so there is no downside with this.
  • Loading branch information
intgr authored Jan 21, 2023
1 parent 5dabb08 commit f802f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "ego"
version = "1.1.5"
edition = "2018"
edition = "2021"
rust-version = "1.60.0"

# Metadata
authors = ["Marti Raudsepp <[email protected]>"]
Expand Down

0 comments on commit f802f35

Please sign in to comment.