Skip to content

Commit 5abcb0a

Browse files
authored
Release: v0.27.0
1 parent a800a55 commit 5abcb0a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "hedera"
99
readme = "README.md"
1010
repository = "https://github.com/hashgraph/hedera-sdk-rust"
11-
version = "0.26.0"
11+
version = "0.27.0"
1212

1313
[lib]
1414
bench = false
@@ -25,7 +25,7 @@ backoff = "0.4.0"
2525
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
2626
fraction = { version = "0.15.1", default-features = false }
2727
futures-core = "0.3.21"
28-
hedera-proto = { path = "./protobufs", version = "0.11.0", features = [
28+
hedera-proto = { path = "./protobufs", version = "0.12.0", features = [
2929
"time_0_3",
3030
"fraction",
3131
] }

protobufs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "Apache-2.0"
44
name = "hedera-proto"
55
description = "Protobufs for the Hedera™ Hashgraph SDK"
66
repository = "https://github.com/hashgraph/hedera-sdk-rust"
7-
version = "0.11.0"
7+
version = "0.12.0"
88

99
[features]
1010

tests/e2e/token/reject.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ use std::iter::repeat;
2323
use anyhow::anyhow;
2424
use assert_matches::assert_matches;
2525
use hedera::{
26-
AccountAllowanceApproveTransaction,
2726
AccountBalanceQuery,
28-
AccountCreateTransaction,
2927
Client,
3028
Hbar,
3129
PrivateKey,
@@ -36,7 +34,6 @@ use hedera::{
3634
TokenNftInfoQuery,
3735
TokenPauseTransaction,
3836
TokenRejectTransaction,
39-
TransactionId,
4037
TransferTransaction,
4138
};
4239

0 commit comments

Comments
 (0)