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;