Add a new format version (2) for encrypted text.
[rup.git] / src / consts.rs
index 3a1ef9e..376dee8 100644 (file)
@@ -1,4 +1,3 @@
-pub static FILE_CONF: &str = "conf.ron";\r
-pub static FILE_KEY: &str = "key.secret";\r
-pub static CURRENT_MESSAGE_VERSION: &str = "1";\r
-pub static DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";
\ No newline at end of file
+pub const FILE_CONF: &str = "conf.ron";\r
+pub const FILE_KEY: &str = "key.secret";\r
+pub const DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";
\ No newline at end of file