From 27f5413e3d52214a8326efb09a0ed484c2936198 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Mon, 6 Feb 2023 18:07:42 +0100 Subject: [PATCH] i guess i forgot how to format string? --- bffhd/authentication/fabfire_bin/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bffhd/authentication/fabfire_bin/server.rs b/bffhd/authentication/fabfire_bin/server.rs index 4000513..e183f2b 100644 --- a/bffhd/authentication/fabfire_bin/server.rs +++ b/bffhd/authentication/fabfire_bin/server.rs @@ -142,7 +142,7 @@ impl FabFire { key_info: None, auth_info: None, app_id: 0x464142, - local_urn: "urn:fabaccess:lab:{space}".into(), + local_urn: format!("urn:fabaccess:lab:{space}"), desfire: Desfire { card: None, session_key: None,