Skip to content

Commit dca114a

Browse files
committed
Release v0.7
1 parent 293f923 commit dca114a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "internet2"
3-
version = "0.7.0-rc.1"
3+
version = "0.7.0"
44
license = "Apache-2.0"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
description = "Rust implementation for the stack of Internet2 protocols"
@@ -28,7 +28,7 @@ required-features = ["keygen"]
2828
# Dependencies on other LNP/BP repositories
2929
# -----------------------------------------
3030
amplify = "3.12.0"
31-
strict_encoding = { version = "1.8.1", default-features = false, features = ["derive"] }
31+
strict_encoding = { version = "1.8.8", default-features = false, features = ["derive"] }
3232
lightning_encoding = "0.7.1"
3333
inet2_addr = { version = "0.7.0", features = ["strict_encoding", "stringly_conversions"], path = "./addr" }
3434
inet2_derive = { version = "0.7.0", default-features = false, optional = true, path = "./derive" }

0 commit comments

Comments
 (0)