Skip to content

Commit

Permalink
Remove unnecessary features from git2 dependency (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work authored Jul 12, 2024
1 parent 10a427d commit 74c3052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deno_runtime = { version = "0.159.0" }
dialoguer = { version = "0.10.0", features = ["fuzzy-select"] }
env_logger = "0.10.0"
futures = "^0.3"
git2 = "0.19.0"
git2 = { version = "0.19.0", default-features = false }
git-version = "0.3.5"
home = "0.5.3"
ignore = { version = "0.4.20", optional = true }
Expand Down

0 comments on commit 74c3052

Please sign in to comment.