diff --git a/Cargo.lock b/Cargo.lock index 5dbc6cc..20d7bdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1960,8 +1960,9 @@ dependencies = [ [[package]] name = "moksha-core" -version = "0.2.0-beta" -source = "git+https://github.com/ngutech21/moksha?rev=18d99977965662d46ccec29fecdb0ce493745917#18d99977965662d46ccec29fecdb0ce493745917" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4923b0e31fd02fe8ebc2f58ed0909c8e1d90f0b5153948d3940e634421240c30" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/waila/Cargo.toml b/waila/Cargo.toml index 231f1a6..828e685 100644 --- a/waila/Cargo.toml +++ b/waila/Cargo.toml @@ -25,7 +25,7 @@ lightning = { version = "0.0.121", default-features = false } rgb-std = { version = "0.10.9", optional = true } rgb-wallet = { version = "0.10.9", optional = true } url = { version = "2.4.1" } -moksha-core = { git = "https://github.com/ngutech21/moksha", rev = "18d99977965662d46ccec29fecdb0ce493745917" } +moksha-core = { version = "0.2.1" } fedimint-core = "0.3.0" fedimint-mint-client = "0.3.0"