Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
chore: remove git ssh support
Browse files Browse the repository at this point in the history
We don't use this right now, and it shaves off another ~5 seconds of
compilation time.
  • Loading branch information
JeanMertz committed Nov 27, 2019
1 parent 9201b3d commit df7d29c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/processors/git-clone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ edition = "2018"
travis-ci = { repository = "blendle/automaat" }

[dependencies]
git2 = "0.8"
git2 = { version = "0.8", default-features = false, features = ["https"] }
juniper = { version = "0.13", optional = true }
serde = { version = "1", features = ["derive"] }
url = "1"
Expand Down

0 comments on commit df7d29c

Please sign in to comment.