v2.3.3 #19

Merged
blizzardfinnegan merged 15 commits from devel into stable 2023-06-29 10:16:33 -04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 04e79dca2b - Show all commits

2
Cargo.lock generated
View file

@ -618,7 +618,7 @@ dependencies = [
[[package]]
name = "seymour_life"
version = "2.3.2"
version = "2.3.3"
dependencies = [
"chrono",
"clap",

View file

@ -3,7 +3,7 @@
[package]
name = "seymour_life"
version = "2.3.2"
version = "2.3.3"
edition = "2021"
#This feature is currently limited to nightly versions of cargo.
#forced-target="aarch64-unknown-linux-musl"

View file

@ -25,7 +25,7 @@ struct Args{
}
const VERSION:&str="2.3.2";
const VERSION:&str="2.3.3";
const DEBUG_ITERATION_COUNT:u64=50000;
fn int_input_filtering(prompt:Option<&str>) -> u64{