Skip to content

Commit

Permalink
Don't vendor openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed May 13, 2024
1 parent 77eedfd commit 209f114
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@
})
)
boost # implicit dependency of nix
openssl # for git2; not needed if we switch to gitoxide
];

# seems to be needed for consumer cargoArtifacts to be able to use
Expand Down
2 changes: 1 addition & 1 deletion package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme.workspace = true

[dependencies]
directories.workspace = true
git2 = { version = "0.18.3", default-features = false, features = ["https", "ssh", "vendored-openssl"] }
git2 = { version = "0.18.3", default-features = false, features = ["https", "ssh"] }
nickel-lang-core = { workspace = true, default-features = false }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 209f114

Please sign in to comment.