File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 4.0.5 : Fuzzing
2+ New test and fuzzing yay
3+
14# Version 4.0.4 : Restructuration
25Hey!
36The code is now structured as follow:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
33members = [" crates/mini-calc" , " crates/mini-calc-lib" ]
44
55[workspace .package ]
6- version = " 4.0.4 "
6+ version = " 4.0.5-alpha "
77license = " GPL-3.0-or-later"
88description = " A Fully-Featured Configurable (mini) Rust Calculator"
99homepage = " https://calc.charlotte-thomas.me"
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ pub mod functions;
88pub mod lexing;
99pub mod parsing;
1010pub mod utils;
11- pub static VERSION : & str = "v4.0.4 " ;
11+ pub static VERSION : & str = "v4.0.5-alpha " ;
1212thread_local ! { pub static FLOAT_MODE : RefCell <FloatMode > = const { RefCell :: new( FloatMode :: Exact ) } }
You can’t perform that action at this time.
0 commit comments