Skip to content

Commit

Permalink
Remove thread crate (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Dec 7, 2023
1 parent 92e6ccc commit a07e1fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions eth2near/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 eth2near/eth2near-block-relay-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ near-jsonrpc-primitives = "0.16.0"
prometheus = { version = "0.9", features = ["process"] }
lazy_static = "1.4"
warp = "0.2"
thread = "*"
dotenv = "0.15.0"

[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion eth2near/eth_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ bitvec = "1.0.0"
prometheus = { version = "0.9", features = ["process"] }
lazy_static = "1.4"
warp = "0.2"
thread = "*"
dotenv = "0.15.0"

0 comments on commit a07e1fa

Please sign in to comment.