Skip to content

Commit

Permalink
Release v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 13, 2022
1 parent 293f923 commit dca114a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internet2"
version = "0.7.0-rc.1"
version = "0.7.0"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Rust implementation for the stack of Internet2 protocols"
Expand Down Expand Up @@ -28,7 +28,7 @@ required-features = ["keygen"]
# Dependencies on other LNP/BP repositories
# -----------------------------------------
amplify = "3.12.0"
strict_encoding = { version = "1.8.1", default-features = false, features = ["derive"] }
strict_encoding = { version = "1.8.8", default-features = false, features = ["derive"] }
lightning_encoding = "0.7.1"
inet2_addr = { version = "0.7.0", features = ["strict_encoding", "stringly_conversions"], path = "./addr" }
inet2_derive = { version = "0.7.0", default-features = false, optional = true, path = "./derive" }
Expand Down

0 comments on commit dca114a

Please sign in to comment.