Skip to content

Commit

Permalink
build: update exon version
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Dec 21, 2024
1 parent ec36153 commit 5ed468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ name = "biobear"
[dependencies]
arrow = { version = "52.1.0", features = ["pyarrow"] }
datafusion = "41"
exon = { version = "0.32.3", features = ["default"] }
pyo3 = "0.21.2"
exon = { version = "0.32.4", features = ["default"] }
pyo3 = "0.23.3"
tokio = { version = "1", features = ["rt"] }
noodles = { version = "0.86", features = ["core"] }

Expand Down

0 comments on commit 5ed468c

Please sign in to comment.