-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2063bd2
commit b072953
Showing
5 changed files
with
92 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lnpbp" | ||
version = "0.2.0-beta.1" | ||
version = "0.2.0-alpha.3" | ||
license = "MIT" | ||
authors = ["Dr. Maxim Orlovsky <[email protected]>"] | ||
description = "LNP/BP Core Library implementing LNPBP specifications & standards" | ||
|
@@ -37,7 +37,7 @@ crate-type = ["dylib", "rlib", "staticlib"] | |
chacha20poly1305 = "~0.7.0" | ||
amplify = { version = "~2.0.6", features = ["stringly_conversions"] } | ||
amplify_derive = "~2.0.6" | ||
lnpbp_derive = "~0.2.0-alpha.2" | ||
lnpbp_derive = "~0.2.0-alpha.3" | ||
# Dependencies on core rust-bitcoin ecosystem projects | ||
# ---------------------------------------------------- | ||
bitcoin = { version = "~0.25.1", features = ["rand"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lnpbp_derive" | ||
version = "0.2.0-beta.1" | ||
version = "0.2.0-alpha.3" | ||
license = "MIT" | ||
authors = ["Dr. Maxim Orlovsky <[email protected]>"] | ||
description = "LNP/BP Core Library derive macros" | ||
|
Oops, something went wrong.