Skip to content

Commit

Permalink
Revert "feat: move thiserror to workspace root"
Browse files Browse the repository at this point in the history
This reverts commit 30741d0.
  • Loading branch information
leruaa committed Nov 15, 2024
1 parent 2b6a6c5 commit 4f7b7b9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ serde = "1.0.204"
serde_json = "1.0.132"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
thiserror = "2"

[workspace.metadata.typos]
# TODO: Fix in next version since CommitCommitedValuesDigest is retained since it's present in constraints.json
Expand Down
2 changes: 1 addition & 1 deletion crates/core/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rand = "0.8.5"
num = { version = "0.4.3" }
typenum = "1.17.0"
nohash-hasher = "0.2.0"
thiserror = { workspace = true }
thiserror = "1.0.63"
tracing = { workspace = true }
strum_macros = "0.26.4"
strum = { version = "0.26.3", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing-subscriber = { workspace = true, features = ["std", "env-filter"] }
strum_macros = "0.26"
strum = "0.26"
web-time = "1.1.0"
thiserror = { workspace = true }
thiserror = "1.0.63"
rand = "0.8.5"
hashbrown = { workspace = true, features = ["serde", "inline-more"] }
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ anyhow = "1.0.83"
dirs = "5.0.1"
serial_test = "3.1.1"
num-bigint = "0.4.6"
thiserror = { workspace = true }
thiserror = "1.0.63"
lru = "0.12.4"
eyre = "0.6.12"

Expand Down
2 changes: 1 addition & 1 deletion crates/recursion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ff = { version = "0.13", features = ["derive", "derive_bits"] }
serde = { workspace = true, features = ["derive", "rc"] }
backtrace = { version = "0.3.71", features = ["serde"] }
static_assertions = "1.1.0"
thiserror = { workspace = true }
thiserror = "1.0.60"
vec_map = "0.8.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tempfile = "3.10.1"
cfg-if = "1.0"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = { workspace = true }
thiserror = "1.0.63"
hashbrown = { workspace = true }
sp1-core-executor = { workspace = true }
sp1-stark = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = { workspace = true }
[dependencies]
bn = { version = "0.6.0", package = "substrate-bn-succinct" }
sha2 = { version = "0.10.8", default-features = false }
thiserror = { workspace = true, default-features = false }
thiserror = { version = "2", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
lazy_static = { version = "1.5.0", default-features = false }

Expand Down

0 comments on commit 4f7b7b9

Please sign in to comment.