From b26963c7d21f6818aca63a79a0c7d4d14205596e Mon Sep 17 00:00:00 2001 From: Waveplate Date: Tue, 1 Oct 2024 13:48:36 -0700 Subject: [PATCH] explicit target binary name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02ff162..cb4aa20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "img2irc-rs" -version = "1.0.4" +version = "1.0.5" authors = ["waveplate"] github = "https://github.com/waveplate/img2irc" repository = "https://github.com/waveplate/img2irc"