Skip to content

Commit

Permalink
git2
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Mar 21, 2024
1 parent 8351f56 commit db67aba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ flate2 = { version = "1.0.17", default-features = false }
fs_extra = "1.3"
futures = "0.3.29"
getrandom = "0.2.11"
git2 = { version = "0.17.2", default-features = false }
git2 = { version = "0.17.2", default-features = false, features = [
"vendored-openssl",
] }
homedir = "0.2.1"
http = "0.2.11"
ignore = "0.4.21"
Expand Down
4 changes: 3 additions & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ indicatif-log-bridge = { workspace = true }
colored = { workspace = true }
log = { workspace = true }
env_logger = { workspace = true }
git2 = { workspace = true }
git2 = { version = "0.17.2", default-features = false, features = [
"vendored-openssl",
] }
regex = { workspace = true }
openssl = { version = "0.10", features = ["vendored"] }
marzano-core = { path = "../core", features = [
Expand Down

0 comments on commit db67aba

Please sign in to comment.