Skip to content

Commit

Permalink
Bump edition to 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Nov 18, 2023
1 parent 28ad9e5 commit f37f358
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- ~5% faster parsing.
- Fallback to `Rc` when `Arc` isn't available.
- Bump MSRV to 1.60
- Bump edition to 2021
- `Error` variants have changed quite a lot.
- XML declaration validation was simplified. We no longer check for attributes content.
Meaning that `version`, `encoding` and `standalone` can contain any value now.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Represent an XML as a read-only tree."
repository = "https://github.com/RazrFalcon/roxmltree"
documentation = "https://docs.rs/roxmltree/"
readme = "README.md"
edition = "2018"
edition = "2021"
rust-version = "1.60"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "benchmark"
version = "0.1.0"
edition = "2018"
edition = "2021"
workspace = ".."

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion testing-tools/afl-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "afl-fuzz"
version = "0.1.0"
edition = "2018"
edition = "2021"

[dependencies]
afl = "*"
Expand Down

0 comments on commit f37f358

Please sign in to comment.