Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Feb 6, 2024
1 parent 3863a33 commit 81548d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rust/src/cfg.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//! some constant values and configurations in trc
use lazy_static::lazy_static;

pub const MAIN_MODULE_NAME: &str = "main";
pub const FLOAT_OVER_FLOW_LIMIT: usize = 18;
pub const VERSION: &str = "0.1.0";
lazy_static! {
pub static ref VERSION_DESTRUCT: (u8, u8, u8) = (0, 1, 0);
}
pub static VERSION_DESTRUCT: (u8, u8, u8) = (0, 1, 0);

0 comments on commit 81548d0

Please sign in to comment.