taler-rust

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

commit 859c955fcfbd1a1b33c08a5fa0e4b52bd1ce61c0
parent a204cbc254f55f9177f02a088fd84ca67acb029c
Author: Antoine A <>
Date:   Mon, 24 Nov 2025 13:20:12 +0100

common: update prebuilt

Diffstat:
Mtaler-magnet-bank/src/main.rs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-magnet-bank/src/main.rs b/taler-magnet-bank/src/main.rs @@ -69,12 +69,12 @@ enum Command { check: bool, }, #[command(subcommand)] - Config(ConfigCmd), + TalerDeployment(TalerDeployment), /// Hidden dev commands #[command(subcommand, hide(true))] Dev(DevCmd), #[command(subcommand)] - TalerDeployment(TalerDeployment), + Config(ConfigCmd), } /// Helpers to integrate taler-magnet-bank with taler-exchange