From 1a6669988ab8a896f04c184cd8b4d63f1b3a0c8f Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Thu, 2 Jan 2020 11:18:01 -0500 Subject: Update reqwest and create a release profile --- Cargo.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4132146..356cd9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ configamajig = { path = "configamajig" } dialoguer = "0.5" dirs = "2.0" paw = "1.0" -reqwest = { version = "0.10.0-alpha.2", features = ["blocking"] } +reqwest = { version = "0.10.0", features = ["blocking"] } shared = { path = "shared" } structopt = { version = "0.3", features = ["paw"] } which = "3.1" @@ -27,3 +27,14 @@ members = [ "ticket", "hooked", ] + +[profile.release] +opt-level = 3 +debug = false +rpath = false +lto = true +debug-assertions = false +codegen-units = 1 +panic = 'unwind' +incremental = false +overflow-checks = false -- cgit v1.2.3