From 1c19dcc37a2516429e93881a7629e919dae651ef Mon Sep 17 00:00:00 2001 From: Sudo Dios Date: Sun, 25 Aug 2024 20:58:14 +0330 Subject: [PATCH] Update to v1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad9546f..44c9c19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,7 +1142,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "librespeed-rs" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ab_glyph", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cbce46a..87c1a21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librespeed-rs" -version = "1.2.0" +version = "1.2.1" edition = "2021" [dependencies] diff --git a/src/main.rs b/src/main.rs index ed4492a..59ffb26 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ mod config; fn main() -> std::io::Result<()> { //parse args let args = Command::new("librespeed-rs") - .version("1.2.0") + .version("1.2.1") .about("Rust backend for LibreSpeed") .arg(Arg::new("server_config_path").short('c').long("config")) .arg(Arg::new("update-ipdb")