Skip to content

Commit

Permalink
build: update exon to latest (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck authored Dec 15, 2024
1 parent 168def0 commit 17d6bf2
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,10 +10,10 @@ name = "biobear"
[dependencies]
arrow = { version = "52.1.0", features = ["pyarrow"] }
datafusion = "41"
exon = { version = "0.31.0", features = ["default"] }
exon = { version = "0.32.3", features = ["default"] }
pyo3 = "0.21.2"
tokio = { version = "1", features = ["rt"] }
noodles = { version = "0.79", features = ["core"] }
noodles = { version = "0.86", features = ["core"] }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 17d6bf2

Please sign in to comment.