Skip to content

Commit 4fe3c0c

Browse files
authored
release: 0.25.0
1 parent 7eb6b98 commit 4fe3c0c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
- name: "Create env file"
121121
run: |
122122
touch .env
123-
echo TEST_OPERATOR_KEY="${{ secrets.TEST_OPERATOR_KEY }}" >> .env
124-
echo TEST_OPERATOR_ID="${{ secrets.TEST_OPERATOR_ID }}" >> .env
123+
echo TEST_OPERATOR_KEY="302e020100300506032b657004220420a608e2130a0a3cb34f86e757303c862bee353d9ab77ba4387ec084f881d420d4" >> .env
124+
echo TEST_OPERATOR_ID="0.0.1022" >> .env
125125
echo TEST_NETWORK_NAME="localhost" >> .env
126126
echo TEST_RUN_NONFREE="1" >> .env
127127
cat .env

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.25.0-beta.1"
11+
version = "0.25.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.9.0", features = [
28+
hedera-proto = { path = "./protobufs", version = "0.10.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.9.0"
7+
version = "0.10.0"
88

99
[features]
1010

0 commit comments

Comments
 (0)