Skip to content

Commit

Permalink
Turn off the git networking features
Browse files Browse the repository at this point in the history
This removes openssl and makes the binary properly self-contained.
  • Loading branch information
lilyball committed May 2, 2017
1 parent 609bafe commit 08bc2e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 97 deletions.
111 changes: 14 additions & 97 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -39,6 +39,7 @@ lto = true
[dependencies.git2]
version = "0.6.4"
optional = true
default-features = false

[dependencies.zoneinfo_compiled]
git = "https://github.com/rust-datetime/zoneinfo-compiled.git"

0 comments on commit 08bc2e3

Please sign in to comment.