Bump to 0.5.2

master
Edward Shen 2021-07-15 19:14:54 -04:00
parent 041760f9e9
commit fc930285f0
Signed by: edward
GPG Key ID: 19182661E818369F
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1228,7 +1228,7 @@ dependencies = [
[[package]]
name = "mangadex-home"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"actix-web",
"arc-swap",

View File

@ -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 <code@eddie.sh>"]
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]