Skip to content

Commit

Permalink
chore(deps): use major version of thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasmith committed Dec 30, 2023
1 parent e9c8c67 commit 2d7d8d1
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 @@ -14,7 +14,7 @@ documentation = "https://docs.rs/brainterpreter"
clap = { version = "4", optional = true, features = ["derive"] }
env_logger = { version = "0.10.1", optional = true }
log = "0.4.20"
thiserror = "1.0.53"
thiserror = "1"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit 2d7d8d1

Please sign in to comment.