From abd2331eb24614a8901685700733b6b411784dbf Mon Sep 17 00:00:00 2001 From: Erica Z Date: Fri, 1 Nov 2024 09:47:23 +0100 Subject: [PATCH] Okay Cippy --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 0b46160..ca2c46d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ -pub const VERSION: &'static str = "0.1.0"; // AUDREY_VERSION -pub const USER_AGENT: &'static str = "audrey/linux"; -pub const APP_ID: &'static str = "eu.callcc.audrey"; +pub const VERSION: &str = "0.1.0"; // AUDREY_VERSION +pub const USER_AGENT: &str = "audrey/linux"; +pub const APP_ID: &str = "eu.callcc.audrey"; mod application; pub use application::Application;