Version bump
This commit is contained in:
parent
b27da2155e
commit
04e79dca2b
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -618,7 +618,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "seymour_life"
|
name = "seymour_life"
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "seymour_life"
|
name = "seymour_life"
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
#This feature is currently limited to nightly versions of cargo.
|
#This feature is currently limited to nightly versions of cargo.
|
||||||
#forced-target="aarch64-unknown-linux-musl"
|
#forced-target="aarch64-unknown-linux-musl"
|
||||||
|
|
|
@ -25,7 +25,7 @@ struct Args{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const VERSION:&str="2.3.2";
|
const VERSION:&str="2.3.3";
|
||||||
const DEBUG_ITERATION_COUNT:u64=50000;
|
const DEBUG_ITERATION_COUNT:u64=50000;
|
||||||
|
|
||||||
fn int_input_filtering(prompt:Option<&str>) -> u64{
|
fn int_input_filtering(prompt:Option<&str>) -> u64{
|
||||||
|
|
Loading…
Add table
Reference in a new issue