From 519627dce5b513f23cad6cc9a344d49c78e05e81 Mon Sep 17 00:00:00 2001 From: dewmal Date: Tue, 11 Jun 2024 19:53:50 +0530 Subject: [PATCH] avoid tls --- .github/workflows/CI.yml | 9 --------- Cargo.lock | 4 ++-- bindings/ceylon/Cargo.toml | 2 +- libs/sangedama/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fcbce973..074b3ad1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,15 +41,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.10' - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y pkg-config libssl-dev - export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig - export OPENSSL_DIR=/usr/lib/x86_64-linux-gnu - export OPENSSL_INCLUDE_DIR=/usr/include/openssl - export OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu - - name: Install Libs run: pip install uniffi-bindgen - name: Change Directory diff --git a/Cargo.lock b/Cargo.lock index f93b57cd..56ce5ac7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,7 +464,7 @@ checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" [[package]] name = "ceylon" -version = "0.11.0" +version = "0.11.1" dependencies = [ "async-trait", "sangedama", @@ -2841,7 +2841,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "sangedama" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "dotenvy", diff --git a/bindings/ceylon/Cargo.toml b/bindings/ceylon/Cargo.toml index b8e4ebe9..974ccd92 100644 --- a/bindings/ceylon/Cargo.toml +++ b/bindings/ceylon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceylon" -version = "0.11.0" +version = "0.11.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/sangedama/Cargo.toml b/libs/sangedama/Cargo.toml index 801bcbcd..0fc8d48f 100644 --- a/libs/sangedama/Cargo.toml +++ b/libs/sangedama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sangedama" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]