Various cleanups

This commit is contained in:
Cutieguwu
2025-04-07 11:25:42 -04:00
parent 88b3094940
commit dcc76c8585
7 changed files with 14 additions and 17 deletions

2
miller/Cargo.lock generated
View File

@@ -64,7 +64,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "gamelog"
version = "0.5.1"
version = "0.6.0"
dependencies = [
"ron",
"semver",

View File

@@ -11,11 +11,7 @@ struct Args {
short,
long,
value_hint = clap::ValueHint::DirPath,
default_value = format!("{}/../templates/logfile.ron", std::env::current_dir()
.expect("Failed to get current working dir.")
.into_os_string()
.to_str()
.unwrap())
default_value = format!("../templates/logfile.ron")
)]
logfile_path: PathBuf,