Skip to content

Commit

Permalink
update alloy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Nov 11, 2024
1 parent fa53c6a commit df0a179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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 = "airdao-nop-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand All @@ -14,8 +14,8 @@ async-trait = "0.1"
jsonrpc-core = "18.0.0"
web3 = { version = "0.19" }
ethers-providers = "2"
alloy = { version = "0.5.4", features = ["full", "json-rpc", "sol-types"] }
alloy-sol-types = "0.8.9"
alloy = { version = "0.6.2", features = ["full", "json-rpc", "sol-types"] }
alloy-sol-types = "0.8.11"

# Crypto
k256 = { version = "0.13" }
Expand Down
1 change: 0 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
}
}
}

0 comments on commit df0a179

Please sign in to comment.