Comment Cargo.toml patch about our ports framework doing unexpected changes during configure. ChangeLog: https://github.com/lapce/lapce/compare/0.4.0-24-g9d016feb..0.4.0-94-gdc9a24d8 PR: 278837
27 lines
699 B
Plaintext
27 lines
699 B
Plaintext
--- Cargo.lock.orig 2024-06-14 07:52:48 UTC
|
|
+++ Cargo.lock
|
|
@@ -3666,15 +3666,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.2.3+3.2.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.99"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3682,7 +3673,6 @@ dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|