From e1ef74c83c955cf1f3753d705a4a2db3432bfbb6 Mon Sep 17 00:00:00 2001 From: onryo Date: Mon, 25 Mar 2024 02:38:20 +0100 Subject: [PATCH] Point to the commit with the latest sdl-cli --- lib/Cargo.toml | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b1fbddf..2667bd7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["staticlib"] libc = "0.2.58" lazy_static = "1.4.0" blake3 = "0.3.4" -silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "fe3026406471ea85786b28db82f1231395b1996b" } +silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "6476e438d002ca70c941f73bc0188a012d891def" } diff --git a/src/version.h b/src/version.h index 67c2064..3aab047 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "2.0.1" +#define APP_VERSION "2.0.2"