Skip to content

Commit

Permalink
Relax arbitrary dependency versions - we're actually compatible wit…
Browse files Browse the repository at this point in the history
…h v1.0.0
  • Loading branch information
Mingun committed Sep 18, 2023
1 parent dd5c230 commit 6cfea1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ encoding_rs = { version = "0.8", optional = true }
serde = { version = ">=1.0.100,<1.0.181", 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 }
arbitrary = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
criterion = "0.5"
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ MSRV bumped to 1.56! Crate now uses Rust 2021 edition.
- [#643]: Bumped MSRV to 1.56. In practice the previous MSRV was incorrect in many cases.
- [#643]: Adopted Rust 2021 edition.
- [#545]: Added new `Error` variant -- `Error::InvalidPrefixBind`.
- [#651]: Relax requirement for version of `arbitrary` dependency -- we're actually
compatible with version 1.0.0 and up.

[#545]: https://github.com/tafia/quick-xml/pull/545
[#643]: https://github.com/tafia/quick-xml/pull/643
[#651]: https://github.com/tafia/quick-xml/pull/651


## 0.30.0 -- 2023-07-23
Expand Down

0 comments on commit 6cfea1a

Please sign in to comment.