Skip to content

Commit

Permalink
Relax thiserror dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 22, 2024
1 parent e33561a commit 259631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ indexmap = "2.4.0"
lazy_static = "1.5.0"
nom = "7.1.3"
serde = { version = "1.0.209", optional = true }
thiserror = "1.0.63"
thiserror = ">= 1"
tinyvec = { version = "1.8.0", features = ["alloc"] }

[features]
Expand Down

0 comments on commit 259631e

Please sign in to comment.