diff --git a/Cargo.lock b/Cargo.lock index 85fcad1..1957860 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "mangadex-home" -version = "0.5.1" +version = "0.5.2" dependencies = [ "actix-web", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 0b40162..7db1f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangadex-home" -version = "0.5.1" +version = "0.5.2" license = "GPL-3.0-or-later" authors = ["Edward Shen "] edition = "2018" @@ -16,8 +16,8 @@ description = "A MangaDex@Home implementation in Rust." repository = "https://github.com/edward-shen/mangadex-home-rs" [profile.release] -# lto = true -# codegen-units = 1 +lto = true +codegen-units = 1 debug = 1 [dependencies]