Skip to content

Commit

Permalink
Merge pull request #249 from 0xcregis/247-fix-anychain-tron-cannot-de…
Browse files Browse the repository at this point in the history
…serialize-signed-tx-stream

fix: protobuf fixed at 3.4.0
  • Loading branch information
shuimuliang authored Jul 5, 2024
2 parents 47af9e6 + 83e26a1 commit 4b4476c
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ forest_encoding = "0.2.2"
cid = "0.8.6"
base64 = "0.21.5"
bytes = "1.0"
protobuf = { version = "3.3.0" }
protobuf = { version = "=3.4.0" }
chrono = "0.4"
ethabi = "17.2.0"
regex = { version = "1.3" }
Expand Down
2 changes: 1 addition & 1 deletion anychain-tron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-tron"
description = "A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain"
version = "0.2.4"
version = "0.2.5"
keywords = ["tron", "blockchain", "cryptocurrencies", "wallet", "transactions"]

# Workspace inherited keys
Expand Down

0 comments on commit 4b4476c

Please sign in to comment.