Skip to content

Commit 70f8472

Browse files
committed
release: 0.7.0
Signed-off-by: Ryan Leckey <[email protected]>
1 parent d10d911 commit 70f8472

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

sdk/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/rust/Cargo.toml

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

1313
[lib]
1414
bench = false
1515
crate-type = ["lib", "staticlib"]
1616

1717
[features]
1818
ffi = [
19-
"anyhow",
20-
"cbindgen",
21-
"libc",
22-
"fraction/with-serde-support",
23-
"ed25519-dalek/serde",
24-
"hedera-proto/serde",
25-
"serde",
26-
"serde_with",
27-
"serde_json",
28-
"time/serde",
29-
"serde/derive",
19+
"anyhow",
20+
"cbindgen",
21+
"libc",
22+
"fraction/with-serde-support",
23+
"ed25519-dalek/serde",
24+
"hedera-proto/serde",
25+
"serde",
26+
"serde_with",
27+
"serde_json",
28+
"time/serde",
29+
"serde/derive",
3030
]
3131

3232
[dependencies]
@@ -37,7 +37,10 @@ ed25519-dalek = { version = "1.0.1", features = ["rand"] }
3737
fraction = "0.11.0"
3838
futures-core = "0.3.21"
3939
futures-util = "0.3.21"
40-
hedera-proto = { path = "./protobufs", version = "0.4.0", features = ["time_0_3", "fraction"] }
40+
hedera-proto = { path = "./protobufs", version = "0.4.0", features = [
41+
"time_0_3",
42+
"fraction",
43+
] }
4144
hex = "0.4.3"
4245
hmac = "0.12.1"
4346
itertools = "0.10.3"

0 commit comments

Comments
 (0)