taler-rust

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

commit 0a8cd6865484b261e7f86d4d0bc680fa12330b14
parent a523cbbf0efaa493cc159045cd64ebb6ee9d85ff
Author: Virgiel <Virgiel@users.noreply.github.com>
Date:   Tue, 21 Jul 2026 11:43:26 +0200

common: update dependencies

Diffstat:
Mcommon/taler-common/src/config.rs | 2+-
Mcommon/taler-macros/Cargo.toml | 5++---
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/common/taler-common/src/config.rs b/common/taler-common/src/config.rs @@ -1117,7 +1117,7 @@ mod test { std::fs::write(&config_path, "@inline-matching@[*").unwrap(); check_err(format!( - "Malformed glob regex at '{config_path_fmt}:1': Pattern syntax error near position 16: invalid range pattern" + "Malformed glob regex at '{config_path_fmt}:1': Pattern syntax error near position 60: invalid range pattern" )); std::fs::write(&config_path, "@inline-matching@*second-conf.conf").unwrap(); diff --git a/common/taler-macros/Cargo.toml b/common/taler-macros/Cargo.toml @@ -14,5 +14,5 @@ test = false [dependencies] quote = "1" -syn = "2" -proc-macro2 = "1" -\ No newline at end of file +syn = { version = "3", features = ["full"] } +proc-macro2 = "1"