From 4b5e2b1c614e5b13ab8a42e9d6e33b49ff5cdb92 Mon Sep 17 00:00:00 2001 From: Austin Liu Date: Sun, 20 Oct 2024 11:31:18 +0800 Subject: [PATCH] Release `flyteidl_rust` 1.0.7 to test pypi Signed-off-by: Austin Liu --- flyteidl/Cargo.lock | 2 +- flyteidl/Cargo.toml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/flyteidl/Cargo.lock b/flyteidl/Cargo.lock index d4a6c1fa0a..be24e835e9 100644 --- a/flyteidl/Cargo.lock +++ b/flyteidl/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ [[package]] name = "flyteidl" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/flyteidl/Cargo.toml b/flyteidl/Cargo.toml index 57a0e4f6b9..63c0fbe358 100644 --- a/flyteidl/Cargo.toml +++ b/flyteidl/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "flyteidl" -version = "0.1.6" +version = "0.1.7" edition = "2021" license-file = "LICENSE" homepage = "https://flyte.org" @@ -45,7 +45,4 @@ oauth2 ={ version = "4.4.2", features = [ "ureq" ] } url = "2.5.0" keyring = { version = "3.2.0", features = [ "vendored" ] } openssl = { version = "0.10.66", features = [ "vendored" ] } -anyhow = "1.0.86" - -[build-dependencies] -openssl-src = "=300.3.1" \ No newline at end of file +anyhow = "1.0.86" \ No newline at end of file