Skip to content

Commit

Permalink
Move to vendored openssl to allow for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
x0f5c3 committed Nov 14, 2021
1 parent 163d77c commit 61314b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "go_version_manager"
version = "0.8.0"
version = "0.8.1"
authors = ["x0f5c3 <x0f5c3@tutanota.com>"]
edition = "2018"
description = "A small program to download chosen golang version"
Expand All @@ -24,7 +24,7 @@ structopt = { version = "0.3.21", features = ["paw", "wrap_help"] }
directories = "4.0.1"
paw = "*"
console = "0.14.0"
git2 = { version = "*", features = ["vendored-libgit2"] }
git2 = { version = "*", features = ["vendored-libgit2", "vendored-openssl"] }
num_cpus = "1.13.0"
#reqwest = { version = "0.11.3", features = ["rustls", "blocking"] }
thiserror = "1.0.22"
Expand Down

0 comments on commit 61314b1

Please sign in to comment.