From 7d9ea828f42ffd9fb6826ea4cbf7677b08222064 Mon Sep 17 00:00:00 2001 From: spiders Date: Sat, 28 May 2022 17:42:26 -0700 Subject: [PATCH] ansible compatibility patch --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/critters.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf18ee2..05c0112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "kijetesantakaluotokieni" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "voca_rs", diff --git a/Cargo.toml b/Cargo.toml index 237bbf3..ad46b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ author = "kulupu lintukamaki" name = "kijetesantakaluotokieni" description = "kijetesantakalu toki pi ken ante mute (toki pona cowsay clone)" -version = "1.0.0" +version = "1.0.1" edition = "2021" readme = "README.md" diff --git a/src/critters.rs b/src/critters.rs index 4115058..01e1abc 100644 --- a/src/critters.rs +++ b/src/critters.rs @@ -59,7 +59,7 @@ impl CritterConfig { if let Some(name) = name { template = match name.as_str() { // when you add a new hardcoded value here, also add it in list_files - "kijetesantakalu" => CritterTemplate { + "kijetesantakalu" | "default" => CritterTemplate { anchor: 14, default_right_eye: "o".to_string(), default_left_eye: "o".to_string(),