diff --git a/Cargo.lock b/Cargo.lock index a5b10764..8c129431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 4 +version = 3 [[package]] name = "actix-codec" diff --git a/Cargo.toml b/Cargo.toml index 5e21317f..817ad31c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,3 @@ resolver = "2" [profile.release] lto = true codegen-units = 1 -strip = "symbols"