mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-06-22 04:11:40 +10:00
switch to vendored openssl and re-enable windows target
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ stages:
|
|||||||
matrix:
|
matrix:
|
||||||
- TARGET:
|
- TARGET:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
# - x86_64-pc-windows-msvc
|
- x86_64-pc-windows-msvc
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
+6
-1
@@ -15,9 +15,14 @@ rayon = "1.10.0"
|
|||||||
serde = "1.0.210"
|
serde = "1.0.210"
|
||||||
ciborium = "0.2.2"
|
ciborium = "0.2.2"
|
||||||
time = "0.3.36"
|
time = "0.3.36"
|
||||||
openssl = "0.10.66"
|
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
||||||
|
[dependencies.openssl]
|
||||||
|
version = "0.10.66"
|
||||||
|
features = [
|
||||||
|
"vendored"
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies.uuid]
|
[dependencies.uuid]
|
||||||
version = "1.10.0"
|
version = "1.10.0"
|
||||||
features = [
|
features = [
|
||||||
|
|||||||
+2
-1
@@ -8,7 +8,8 @@
|
|||||||
"triples": {
|
"triples": {
|
||||||
"defaults": false,
|
"defaults": false,
|
||||||
"additional": [
|
"additional": [
|
||||||
"x86_64-unknown-linux-gnu"
|
"x86_64-unknown-linux-gnu",
|
||||||
|
"x86_64-pc-windows-msvc"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user