diff --git a/Cargo.toml b/Cargo.toml index 6c69df09..d2ae6117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ redis23 = { package = "redis", version = "0.23.3", git = "https://github.com/rev # I'm 99% sure this is overloading the GitHub worker # hence builds have been failing since, let's just # disable it for now. In the future, we could use this -# if we were rolling our own CI. -# [profile.release] -# lto = true +# if we were rolling our own CI (that is now). +[profile.release] +lto = true