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.