Skip to content

Commit 6239431

Browse files
committed
feat: update avalanche-types dependency
1 parent a149b4a commit 6239431

File tree

3 files changed

+11
-144
lines changed

3 files changed

+11
-144
lines changed

Cargo.lock

Lines changed: 9 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ categories = [
2020
keywords = ["blockchain", "avalanche", "subnets", "ash"]
2121

2222
[patch.crates-io]
23-
avalanche-types = { git = "https://github.com/AshAvalanche/avalanche-types-rs", branch = "jsonrpc-info-missing-error-field" }
23+
avalanche-types = { git = "https://github.com/AshAvalanche/avalanche-rs", branch = "json-rpc-info" }

crates/ash_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories.workspace = true
1515
keywords.workspace = true
1616

1717
[dependencies]
18-
avalanche-types = { version = "0.0.400", features = [
18+
avalanche-types = { version = "0.1.1", features = [
1919
"jsonrpc_client",
2020
"wallet",
2121
"subnet_evm",

0 commit comments

Comments
 (0)