Skip to content

Commit

Permalink
fix Cargo.toml for bindings generation
Browse files Browse the repository at this point in the history
breaks if we use: `serde.workspace = true`
  • Loading branch information
sveitser committed Dec 5, 2024
1 parent 0219c4a commit e15c2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/rust/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jf-plonk = { workspace = true }
jf-utils = { workspace = true }
num-bigint = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false }
serde.workspace = true
serde = { workspace = true }

[[bin]]
name = "eval-domain"
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ derive_more = { workspace = true }
ethers = { workspace = true }
futures = { workspace = true }
hotshot = { workspace = true }
hotshot-types = { workspace = true }
hotshot-contract-adapter = { workspace = true }
hotshot-types = { workspace = true }
log-panics = { workspace = true }
portpicker = { workspace = true }
# for price oracle and align with ethers-rs dep
Expand Down

0 comments on commit e15c2b3

Please sign in to comment.