Skip to content

Commit 293f923

Browse files
committed
v0.7.0 RC1
1 parent a26acfa commit 293f923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
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"
3+
version = "0.7.0-rc.1"
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.0", default-features = false, features = ["derive"] }
31+
strict_encoding = { version = "1.8.1", 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)