blob: 24dc644e2add0c6b544e3211f781a93e48960b5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Use system OpenSSL instead of vendored one
https://github.com/panter-dsd/tatuin/commit/2380e344736bd5622a48ba31f58a28af1c0a547f#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R43
--- Cargo.toml.orig 2025-10-11 07:48:31 UTC
+++ Cargo.toml
@@ -40,6 +40,6 @@ xdg = "3.0.0"
tracing-subscriber = "0.3.19"
uuid = { version = "1.18.1", features = ["v4"] }
xdg = "3.0.0"
-openssl = { version = "0.10", features = ["vendored"] }
+openssl = { version = "0.10", features = [] }
tatuin-core = { path = "./tatuin-core", version = "0.2.2" }
tatuin-providers = { path = "./tatuin-providers", version = "0.3.1" }
|