Skip to content

Commit

Permalink
release v0.1.1-beta minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Aug 28, 2024
1 parent 315f8bd commit 36eeaa4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
repository = "https://github.com/AreaLayer/rust-l402"
homepage = "https://www.arealayer.net/products"
tags = ["rust", "lnd", "grpc", "tonic", "client", "bitcoin", "lightning"]
version = "0.1.0-beta"
version = "0.1.1-beta"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ This example provides a quick overview of how to utilize the `rust_l402` crate f
- [x] Cargo tests
- [x] Fix lib.rs
- [x] FOSS
- [x] Alby wallet (Greenlight) [WIP]
- [x] Alby wallet (Greenlight)
- [x] Publish Crates
- [ ] Nostr
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pub mod client {
use crate::tokenstore::RustL402;
// use lnd_grpc_tonic_client::lnrpc::Payment; // Uncomment if needed
// use tonic_lnd::Client; // Uncomment if needed
// use alby_greenlight_client::Client; // Uncomment if needed

pub fn client_function() {
// Implementation goes here
Expand All @@ -11,6 +12,7 @@ pub mod client {

pub mod wallet {
// use lnd_grpc_tonic_client::lnrpc::WalletAccountBalance; // Uncomment if needed
// use alby_greenlight_client::Client; // Uncomment if needed

pub fn wallet_function() {
// Implementation goes here
Expand Down

0 comments on commit 36eeaa4

Please sign in to comment.