Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Oct 21, 2023
1 parent 29f2462 commit 173e973
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moksha-integrationtests"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/ngutech21/moksha"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moksha-core"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/ngutech21/moksha"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion moksha-fedimint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moksha-fedimint"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/ngutech21/moksha"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moksha-mint"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/ngutech21/moksha"
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.17"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
thiserror = "1.0.49"
moksha-core = { path = "../moksha-core", version = "0.1.0" }
moksha-core = { path = "../moksha-core", version = "0.1.1" }
rocksdb = "0.21.0"
lightning-invoice = "0.24.0"
reqwest = { version = "0.11.22", default-features = false, features = ["serde_json", "json", "rustls-tls-webpki-roots", "socks"] }
Expand Down
4 changes: 2 additions & 2 deletions moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moksha-wallet"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
resolver = "2"
repository = "https://github.com/ngutech21/moksha"
Expand All @@ -17,7 +17,7 @@ path = "src/lib.rs"
anyhow = { version = "1.0.75", features = ["backtrace"] }
clap = { version = "4.4.6", features = ["derive"] }
secp256k1 = { version = "0.27.0", features = ["serde"] }
moksha-core = { version = "0.1.0", path = "../moksha-core" }
moksha-core = { version = "0.1.1", path = "../moksha-core" }
serde_json = "1.0.107"
serde = "1.0.189"
rand = "0.8.5"
Expand Down

0 comments on commit 173e973

Please sign in to comment.