Skip to content

Commit

Permalink
build(cargo): specify full version for thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Jun 8, 2024
1 parent 6b117a0 commit 9b27f3d
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 @@ -24,7 +24,7 @@ pkg-fmt = "bin"
crate-type = ["cdylib", "rlib"]

[dependencies]
thiserror = "1"
thiserror = "1.0.61"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
clap = { version = "4.5.4", features = ["derive"] }
Expand Down

0 comments on commit 9b27f3d

Please sign in to comment.