Skip to content

Commit

Permalink
git2: Disable default features (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 15, 2021
1 parent 862f1e8 commit 19bb6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -23,7 +23,7 @@ bitflags = "1"
chrono = { version = "0", optional = true }
enum-iterator = "0"
getset = "0"
git2 = { version = "0", optional = true }
git2 = { version = "0", optional = true, default-features = false }
rustc_version = { version = "0", optional = true }
serde = "1"
serde_derive = "1"
Expand Down

0 comments on commit 19bb6ef

Please sign in to comment.