Skip to content

Commit

Permalink
Update antelope client
Browse files Browse the repository at this point in the history
  • Loading branch information
coa-telos committed Dec 9, 2024
1 parent ee5ebe4 commit 07c0358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ alloy-rpc-types-engine = "0.3.0"
alloy-eips = "0.3.0"
alloy-consensus = "0.3.0"
antelope-client = { git = "https://github.com/telosnetwork/antelope-rs.git", branch = "master" }
antelope-client = { git = "https://github.com/telosnetwork/antelope-rs.git", rev = "d701cd9ca2e87e8e0fd99746f9c672cb3536e5ec" }

Check failure on line 27 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Check

duplicate key `antelope-client` in table `workspace.dependencies`

Check failure on line 27 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Clippy

duplicate key `antelope-client` in table `workspace.dependencies`

Check failure on line 27 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Test Suite

duplicate key `antelope-client` in table `workspace.dependencies`
bytes = "1.7.1"
clap = { version = "4.5.6", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
Expand Down

0 comments on commit 07c0358

Please sign in to comment.