mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Details: - Major release + bugfix release, see https://github.com/zellij-org/zellij/releases/tag/v0.39.0 https://github.com/zellij-org/zellij/releases/tag/v0.39.1 - Includes the ability now to load plugins from the web
26 lines
737 B
Text
26 lines
737 B
Text
--- Cargo.lock.orig 2023-11-13 07:51:24 UTC
|
|
+++ Cargo.lock
|
|
@@ -2382,15 +2382,6 @@ source = "registry+https://github.com/rust-lang/crates
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.1.6+3.1.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.93"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2398,7 +2389,6 @@ checksum = "db4d56a4c0478783083cfafcc42493dd4a981d4166
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|