Skip to content

Commit

Permalink
chore: update dependencies and version to 0.5.0 (#14)
Browse files Browse the repository at this point in the history
Upgraded the `alloy` dependency to version 0.5 and updated the package version to 0.5.0. This change ensures compatibility with the latest features and improvements in `alloy`.
  • Loading branch information
shuhuiluo authored Oct 20, 2024
1 parent dccd250 commit c37bdfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniswap-lens"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Shuhui Luo <twitter.com/aureliano_law>"]
description = "A library for querying Uniswap V3 using ephemeral lens contracts."
Expand All @@ -11,7 +11,7 @@ keywords = ["alloy", "ethereum", "solidity", "uniswap"]
include = ["src/**/*.rs"]

[dependencies]
alloy = { version = "0.4", features = ["contract", "rpc-types"] }
alloy = { version = "0.5", features = ["contract", "rpc-types"] }
anyhow = "1"
thiserror = { version = "1.0", optional = true }

Expand All @@ -20,7 +20,7 @@ default = []
std = ["alloy/std", "thiserror"]

[dev-dependencies]
alloy = { version = "0.4", features = ["transport-http"] }
alloy = { version = "0.5", features = ["transport-http"] }
dotenv = "0.15"
futures = "0.3"
once_cell = "1.20"
Expand Down

0 comments on commit c37bdfb

Please sign in to comment.