From 4eeddc8fe9f58c64c14eb991aafb269e1acdb88e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 17 Jul 2022 03:40:50 +0000 Subject: feat(Cargo.toml): bump version --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b191b9e..45db76e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "sydney" -version = "0.1.0" +version = "0.1.1" authors = ["Fuwn "] edition = "2021" description = "Vim-like, Command-line Gemini Client" @@ -12,6 +12,12 @@ repository = "https://github.com/gemrest/sydney" license = "GPL-3.0-only" keywords = ["gemini", "client"] +# Slower builds, faster executables +[profile.release] +lto = "fat" +codegen-units = 1 +opt-level = 3 + [dependencies] germ = { version = "0.3.3", default-features = false, features = ["request", "ast"] } # Gemini url = "2.2.2" # URL -- cgit v1.2.3