Skip to content

Commit

Permalink
Remove Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreppel committed Apr 26, 2024
1 parent 72137ab commit ecca05a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,6 @@ alloy = { git = "https://github.com/alloy-rs/alloy", rev = "bbef8de", features =
"signer-wallet"
] }

#alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "17633df" }
#alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "17633df", features = [
# "pubsub",
# "ws",
# "reqwest"
#] }
#alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "17633df", features = [
# "pubsub",
# "ws"
#] }
#alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "17633df", features = [
# "eip712",
#] }
#alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "17633df" }
#alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "17633df" }
#alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "17633df" }
#alloy-core = { git = "https://github.com/alloy-rs/core", rev = "7574bfc" }
#alloy-sol-types = { git = "https://github.com/alloy-rs/core", rev = "7574bfc", features = ["eip712-serde"] }
#alloy-primitives = { git = "https://github.com/alloy-rs/core", rev = "7574bfc", features = ["serde"] }
#alloy-sol-macro = { git = "https://github.com/alloy-rs/core", rev = "7574bfc", features = ["json"] }
#alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "17633df" }
chrono = { version = "0.4.38", features = ["serde"] }
tracing-opentelemetry = "0.23.0"
opentelemetry = { version = "0.22.0", features = ["metrics"] }
Expand All @@ -115,16 +94,10 @@ opentelemetry-prometheus = "0.15.0"
prometheus = "0.13.3"
built = "0.7.2"

#[patch.crates-io]
#alloy-primitives = { git = "https://github.com/alloy-rs/core", rev = "7574bfc" }


[profile.dev.package.sqlx-macros]
opt-level = 3

#[dev-dependencies]
#alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "17633df" }


[build-dependencies]
built = { version = "0.7.2", features = ["git2"] }

0 comments on commit ecca05a

Please sign in to comment.