Skip to content

Commit

Permalink
Release: v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyLB authored Aug 12, 2024
1 parent a800a55 commit 5abcb0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "hedera"
readme = "README.md"
repository = "https://github.com/hashgraph/hedera-sdk-rust"
version = "0.26.0"
version = "0.27.0"

[lib]
bench = false
Expand All @@ -25,7 +25,7 @@ backoff = "0.4.0"
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
fraction = { version = "0.15.1", default-features = false }
futures-core = "0.3.21"
hedera-proto = { path = "./protobufs", version = "0.11.0", features = [
hedera-proto = { path = "./protobufs", version = "0.12.0", features = [
"time_0_3",
"fraction",
] }
Expand Down
2 changes: 1 addition & 1 deletion protobufs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "Apache-2.0"
name = "hedera-proto"
description = "Protobufs for the Hedera™ Hashgraph SDK"
repository = "https://github.com/hashgraph/hedera-sdk-rust"
version = "0.11.0"
version = "0.12.0"

[features]

Expand Down
3 changes: 0 additions & 3 deletions tests/e2e/token/reject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ use std::iter::repeat;
use anyhow::anyhow;
use assert_matches::assert_matches;
use hedera::{
AccountAllowanceApproveTransaction,
AccountBalanceQuery,
AccountCreateTransaction,
Client,
Hbar,
PrivateKey,
Expand All @@ -36,7 +34,6 @@ use hedera::{
TokenNftInfoQuery,
TokenPauseTransaction,
TokenRejectTransaction,
TransactionId,
TransferTransaction,
};

Expand Down

0 comments on commit 5abcb0a

Please sign in to comment.