diff --git a/Cargo.lock b/Cargo.lock index afc794b2..efaa2edf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2381,7 +2381,7 @@ dependencies = [ [[package]] name = "moksha-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "base64 0.21.2", @@ -2422,7 +2422,7 @@ dependencies = [ [[package]] name = "moksha-integrationtests" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "axum", @@ -2446,7 +2446,7 @@ dependencies = [ [[package]] name = "moksha-mint" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", @@ -2480,7 +2480,7 @@ dependencies = [ [[package]] name = "moksha-wallet" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index c11ff1a3..1f397aff 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moksha-integrationtests" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/ngutech21/moksha" license = "MIT" diff --git a/moksha-core/Cargo.toml b/moksha-core/Cargo.toml index 997c36d2..20603588 100644 --- a/moksha-core/Cargo.toml +++ b/moksha-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moksha-core" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/ngutech21/moksha" license = "MIT" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index df7000c4..87d04a32 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moksha-mint" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/ngutech21/moksha" license = "MIT" @@ -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.1" } +moksha-core = { path = "../moksha-core", version = "0.1.2" } 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"] } diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index 411898d5..d4633b91 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moksha-wallet" -version = "0.1.1" +version = "0.1.2" edition = "2021" resolver = "2" repository = "https://github.com/ngutech21/moksha" @@ -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.1", path = "../moksha-core" } +moksha-core = { version = "0.1.2", path = "../moksha-core" } serde_json = "1.0.107" serde = "1.0.189" rand = "0.8.5"