Skip to content

Commit f6bc54e

Browse files
authored
chore(release): v0.39.1 (#1088)
Signed-off-by: gsstoykov <[email protected]>
1 parent e51a233 commit f6bc54e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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/hiero-ledger/hiero-sdk-rust"
11-
version = "0.39.0"
11+
version = "0.39.1"
1212

1313
[lib]
1414
bench = false
@@ -27,7 +27,7 @@ fraction = { version = "0.15.1", default-features = false }
2727
futures-core = "0.3.31"
2828
# Transitive dependency of tonic 0.12
2929
h2 = "0.4.12"
30-
hedera-proto = { path = "./protobufs", version = "0.18.0", features = ["time_0_3", "fraction"] }
30+
hedera-proto = { path = "./protobufs", version = "0.19.0", features = ["time_0_3", "fraction"] }
3131
hex = "0.4.3"
3232
hmac = "0.12.1"
3333
# Dependency of tonic 0.12

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/hiero-ledger/hiero-sdk-rust"
7-
version = "0.18.0"
7+
version = "0.19.0"
88
exclude = [
99
"services/.github",
1010
"services/config",

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "0.1.89"
1616
hyper = "1.6.0"
1717
tower-http = { version = "0.6.6", features = ["full"] }
1818
hedera = { path = "../." }
19-
hedera-proto = { path = "../protobufs", version = "0.18.0", features = ["time_0_3", "fraction"] }
19+
hedera-proto = { path = "../protobufs", version = "0.19.0", features = ["time_0_3", "fraction"] }
2020
once_cell = "1.21.3"
2121
futures-util = "0.3.31"
2222
serde_json = {version = "1.0.141", features = ["raw_value"] }

0 commit comments

Comments
 (0)