Skip to content

Commit

Permalink
Update MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
wt committed Aug 14, 2023
1 parent 2e32b59 commit 45a9e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/tafia/quick-xml"
keywords = ["xml", "serde", "parser", "writer", "html"]
categories = ["asynchronous", "encoding", "parsing", "parser-implementations"]
license = "MIT"
rust-version = "1.52"
rust-version = "1.56"
include = ["src/*", "LICENSE-MIT.md", "README.md"]

[dependencies]
Expand All @@ -20,7 +20,7 @@ serde = { version = "1.0.100", optional = true }
tokio = { version = "1.10", optional = true, default-features = false, features = ["io-util"] }
memchr = "2.1"
arbitrary = { version = "1.2.3", features = ["derive"], optional = true }
once_cell = "1.18.0"
once_cell = ">=0.17.2"

[dev-dependencies]
criterion = "0.4"
Expand Down

0 comments on commit 45a9e57

Please sign in to comment.