From 0146b93b7514332b4463937aefe7a6cf2754c7ef Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Wed, 13 Mar 2024 15:35:09 -0700 Subject: [PATCH] back to older ring version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e39f07735..d70dc533f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ pyo3 = { version = "0.20.0", features = ["extension-module"] } pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] } pyo3-build-config = "0.20.0" rigetti-pyo3 = { version = "0.3.1", default-features = false, features = ["complex"] } -ring = "0.17.8" +ring = "0.17.7" # The primary intent of these options is to reduce the binary size for Python wheels # since PyPi has limits on how much storage a project can use.