Skip to content

Commit 1be35e1

Browse files
authored
Merge pull request #631 from Mingun/serde-compatibility
Temporary restrict maximum supported version of serde to 1.0.180
2 parents f957002 + f8b8127 commit 1be35e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ include = ["src/*", "LICENSE-MIT.md", "README.md"]
1616
[dependencies]
1717
document-features = { version = "0.2", optional = true }
1818
encoding_rs = { version = "0.8", optional = true }
19-
serde = { version = "1.0.100", optional = true }
19+
# FIXME: remove upper bound when https://github.com/tafia/quick-xml/issues/630 is resolved
20+
serde = { version = ">=1.0.100,<1.0.181", optional = true }
2021
tokio = { version = "1.10", optional = true, default-features = false, features = ["io-util"] }
2122
memchr = "2.1"
2223
arbitrary = { version = "1.2.3", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)