Skip to content

Commit 22c686c

Browse files
committed
mina-signer/Cargo: bump up minimal version of thiserror to 2
With the current major version, no-std support is not possible. See release notes for 2.0.0: https://github.com/dtolnay/thiserror/releases/tag/2.0.0.
1 parent 84f524b commit 22c686c

File tree

2 files changed

+36
-16
lines changed

2 files changed

+36
-16
lines changed

Cargo.lock

Lines changed: 35 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sha3 = "0.10.8"
7777
spmc = "=0.3.0"
7878
strum = "0.26.1"
7979
strum_macros = "0.26.1"
80-
thiserror = "1.0.30"
80+
thiserror = { version = "2", default-features = false }
8181
tinytemplate = "1.1"
8282
wasm-bindgen = "=0.2.87"
8383
wasm-bindgen-test = ">=0.3.0"

0 commit comments

Comments
 (0)