Skip to content

Commit

Permalink
update pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Jul 28, 2024
1 parent 195b8fc commit 87127cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ name = "jellyfish"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.22.2"
pyo3 = { version = "0.22.2", features = ["gil-refs"] }
unicode-segmentation = "^1.6.0"
unicode-normalization = "^0.1"
smallvec = "1.10.0"
ahash = "0.8.3"
num-traits = "0.2"
smallvec = "^1.13"
ahash = "^0.8"
num-traits = "0.2.19"

[dev-dependencies]
csv = "1.1"
Expand Down

0 comments on commit 87127cd

Please sign in to comment.