From 214a420b916f04021d60350bfe1094d1a2eb5f08 Mon Sep 17 00:00:00 2001 From: "kody.low" Date: Tue, 14 May 2024 10:22:39 -0700 Subject: [PATCH] fix: specific versions --- fedimint-clientd/Cargo.toml | 2 +- multimint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fedimint-clientd/Cargo.toml b/fedimint-clientd/Cargo.toml index 32445d1..e436608 100644 --- a/fedimint-clientd/Cargo.toml +++ b/fedimint-clientd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fedimint-clientd" description = "A fedimint client daemon for server side applications to hold, use, and manage Bitcoin" -version.workspace = true +version = "0.3.5" edition.workspace = true repository.workspace = true keywords.workspace = true diff --git a/multimint/Cargo.toml b/multimint/Cargo.toml index 644c8b3..0c39ed2 100644 --- a/multimint/Cargo.toml +++ b/multimint/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "multimint" description = "A library for managing fedimint clients across multiple federations" -version.workspace = true +version = "0.3.5" edition.workspace = true repository.workspace = true keywords.workspace = true