From ceee2b3c796ffd8eb3610b463522a34b56aff0eb Mon Sep 17 00:00:00 2001 From: Katie And <56773311+Lilith-In-Starlight@users.noreply.github.com> Date: Tue, 23 Jan 2024 03:30:44 +0000 Subject: [PATCH] 0.1.10 --- Cargo.lock | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0f3c660..4157514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,6 +1112,8 @@ dependencies = [ [[package]] name = "kismesis" version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b8b6f275a50cb07bba6d9737b6deab87d42e55bf468eb7b09013a880eb99706" dependencies = [ "colored", "extism", diff --git a/Cargo.toml b/Cargo.toml index eeb2fb9..c13688e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4.4.16", features = ["derive"] } directories = "5.0.1" -kismesis = { path = "kismesis" , features = ["reporting"]} +kismesis = { version = "0.1.17" , features = ["reporting"]} ron = "0.8.1" [features]