Skip to content

Commit

Permalink
lock alloy-sol-type-parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Nov 14, 2024
1 parent 42a00e9 commit 7ea94cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "airdao-nop-rs"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand All @@ -16,6 +16,7 @@ web3 = { version = "0.19" }
ethers-providers = "2"
alloy = { version = "0.6.2", features = ["full", "json-rpc", "sol-types"] }
alloy-sol-types = "0.8.11"
alloy-sol-type-parser = "=0.8.11"

# Crypto
k256 = { version = "0.13" }
Expand Down

0 comments on commit 7ea94cb

Please sign in to comment.