Skip to content

Commit

Permalink
fix: libgit2-sys feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 14, 2025
1 parent 604305f commit 05ba810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies]
chrono = "0.4"
git2 = { version = "0.20", features = ["default", "vendored-libgit2", "vendored-openssl"] }
libgit2-sys = { version = "*", features = ["ssh", "https", "ssh_key_from_memory", "vendored", "vendored-openssl"] }
libgit2-sys = { version = "*", features = ["ssh", "https", "vendored", "vendored-openssl"] }
home = "0.5"
once_cell = "1"

Expand All @@ -22,7 +22,7 @@ features = ["async", "chrono_date", "napi6"]
version = "2"

[target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
dirs = "5"
dirs = "6"

[build-dependencies]
napi-build = "2"
Expand Down

0 comments on commit 05ba810

Please sign in to comment.