Skip to content

Commit

Permalink
fix(cargo): set a fixed version for ash_api
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon committed Jul 2, 2024
1 parent e8f5ea2 commit c05bb7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions crates/ash_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ keywords.workspace = true

[dependencies]
avalanche-types = { version = "0.1.2", features = [
"jsonrpc_client",
"wallet",
"subnet_evm",
"jsonrpc_client",
"wallet",
"subnet_evm",
] }
config = { version = "0.13.3", features = ["yaml"] }
ethers = { version = "2.0.7", features = ["rustls"] }
Expand All @@ -42,7 +42,7 @@ rustls-pemfile = "1.0.3"
sha2 = "0.10.7"
oauth2 = "4.4.2"
url = "2.4.1"
ash_api = { version = "0.1.7" }
ash_api = { version = "=0.1.7" }
rcgen = "0.11.3"

[dev-dependencies]
Expand Down

0 comments on commit c05bb7f

Please sign in to comment.