taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit be74a7b8a7931e6944491ec145866adf28fe0b61
parent 9b19adc0ad336a553b43572ca92985b1947ce167
Author: Antoine A <>
Date:   Tue, 25 Nov 2025 09:19:44 +0100

common: share create version with workspace

Diffstat:
MCargo.toml | 1+
Mcommon/taler-api/Cargo.toml | 2+-
Mcommon/taler-common/Cargo.toml | 2+-
Mcommon/taler-test-utils/Cargo.toml | 2+-
Mtaler-magnet-bank/Cargo.toml | 2+-
5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -8,6 +8,7 @@ members = [ ] [workspace.package] +version = "0.0.1" edition = "2024" authors = ["Taler Systems SA <deb@taler.net>"] homepage = "https://taler.net/" diff --git a/common/taler-api/Cargo.toml b/common/taler-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taler-api" -version = "0.0.1" +version.workspace = true edition.workspace = true authors.workspace = true homepage.workspace = true diff --git a/common/taler-common/Cargo.toml b/common/taler-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taler-common" -version = "0.0.1" +version.workspace = true edition.workspace = true authors.workspace = true homepage.workspace = true diff --git a/common/taler-test-utils/Cargo.toml b/common/taler-test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taler-test-utils" -version = "0.0.1" +version.workspace = true edition.workspace = true authors.workspace = true homepage.workspace = true diff --git a/taler-magnet-bank/Cargo.toml b/taler-magnet-bank/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taler-magnet-bank" -version = "0.0.1" +version.workspace = true description = "Taler Magnet Bank adapter" edition.workspace = true authors.workspace = true