You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-17 01:42:25 +02:00
Fasttest
This commit is contained in:
10
src/addins/postgres/Cargo.lock
generated
10
src/addins/postgres/Cargo.lock
generated
@ -503,15 +503,6 @@ version = "0.1.6"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "openssl-src"
|
|
||||||
version = "300.4.2+3.4.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
|
|
||||||
dependencies = [
|
|
||||||
"cc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.9.106"
|
version = "0.9.106"
|
||||||
@ -520,7 +511,6 @@ checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
"openssl-src",
|
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"vcpkg",
|
"vcpkg",
|
||||||
]
|
]
|
||||||
|
@ -20,5 +20,6 @@ serde_json = "1.0"
|
|||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
chrono = "0.4.39"
|
chrono = "0.4.39"
|
||||||
uuid = "1.12.1"
|
uuid = "1.12.1"
|
||||||
native-tls = { version = "0.2.14", features = ["vendored"] }
|
native-tls = { version = "0.2.14" }
|
||||||
postgres-native-tls = "0.5"
|
postgres-native-tls = "0.5"
|
||||||
|
|
||||||
|
@ -19,5 +19,6 @@ pre-build = [
|
|||||||
"update-ca-certificates", # Обновляем корневые сертификаты
|
"update-ca-certificates", # Обновляем корневые сертификаты
|
||||||
"apt-get install -y gcc-multilib g++-multilib",
|
"apt-get install -y gcc-multilib g++-multilib",
|
||||||
"apt-get install -y gcc-i686-linux-gnu g++-i686-linux-gnu",
|
"apt-get install -y gcc-i686-linux-gnu g++-i686-linux-gnu",
|
||||||
|
"apt-get install -y libssl-dev"
|
||||||
]
|
]
|
||||||
image = "ubuntu:20.04"
|
image = "ubuntu:20.04"
|
Binary file not shown.
BIN
src/en/OInt/addins/OPI_PostgreSQL.zip
vendored
BIN
src/en/OInt/addins/OPI_PostgreSQL.zip
vendored
Binary file not shown.
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_PostgreSQL.zip
vendored
BIN
src/ru/OInt/addins/OPI_PostgreSQL.zip
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user