Skip to content

Commit

Permalink
Lint Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Apr 23, 2024
1 parent 9a381c4 commit 5e10163
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.40" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.7" }
hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter"}
hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.40" }
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.9" }
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.40" }
Expand Down
4 changes: 2 additions & 2 deletions sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ escargot = "0.5.10"
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" }
hotshot-query-service = { workspace = true, features = ["testing"] }
rand = "0.8.5"
reqwest = { version = "0.11.26", features = ["json"]}
reqwest = { version = "0.11.26", features = ["json"] }
tempfile = "3.9.0"

[dependencies]
Expand Down Expand Up @@ -52,8 +52,8 @@ dotenvy = { workspace = true }
es-version = { workspace = true }
ethers = { workspace = true }
ethers-contract-derive = "2.0.10"
tempfile = { version = "3.9.0", optional = true}
futures = { workspace = true }
tempfile = { version = "3.9.0", optional = true }

hotshot = { workspace = true }
hotshot-contract-adapter = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ contract-bindings = { path = "../contract-bindings" }
derive_more = { workspace = true }
ethers = { workspace = true }
futures = { workspace = true }
portpicker = { workspace = true }
hotshot-contract-adapter = { workspace = true }
portpicker = { workspace = true }
serde_json = "^1.0.113"
surf = "2.3.2"
tempfile = "3.9.0"
Expand Down

0 comments on commit 5e10163

Please sign in to comment.