From da94442fae40736859787575b65720382c1f231c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Oct 2020 18:24:56 +0200 Subject: Build for release and configure static linking Set up a release build and distribution packaging. Configure static linking for 'openssl' and 'libgit2'. Based on or copied from code from 'git-suggestion'. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69bbb52..961de83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] exitcode = "1.1.2" getopts = "0.2.21" -git2 = "0.13.11" +git2 = { version = "0.13.11", features = ["vendored-openssl"] } thiserror = "1.0.20" -- cgit v1.2.3