Skip to content

Commit 1c19dcc

Browse files
committed
Update to v1.2.1
1 parent 8ff6919 commit 1c19dcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "librespeed-rs"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mod config;
1313
fn main() -> std::io::Result<()> {
1414
//parse args
1515
let args = Command::new("librespeed-rs")
16-
.version("1.2.0")
16+
.version("1.2.1")
1717
.about("Rust backend for LibreSpeed")
1818
.arg(Arg::new("server_config_path").short('c').long("config"))
1919
.arg(Arg::new("update-ipdb")

0 commit comments

Comments
 (0)