Skip to content

Commit

Permalink
chore: pin ring (#12176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Nov 1, 2023
1 parent 68956e0 commit ff0e56f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ numpy = { version = "0.20", default-features = false }
once_cell = "1"
pyo3 = { version = "0.20", features = ["abi3-py38", "extension-module", "multiple-pymethods"] }
pyo3-built = { version = "0.4", optional = true }
# Remove once release compiles without
ring = { version = '=0.17.4' }
serde_json = { version = "1", optional = true }
smartstring = "1"
thiserror = "1"
Expand Down

0 comments on commit ff0e56f

Please sign in to comment.