Skip to content

Commit a52e003

Browse files
committed
Relax thiserror dependency
1 parent e33561a commit a52e003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ indexmap = "2.4.0"
1313
lazy_static = "1.5.0"
1414
nom = "7.1.3"
1515
serde = { version = "1.0.209", optional = true }
16-
thiserror = "1.0.63"
16+
thiserror = "!= 1"
1717
tinyvec = { version = "1.8.0", features = ["alloc"] }
1818

1919
[features]

0 commit comments

Comments
 (0)