Skip to content

Commit

Permalink
feat: update exon to v0.12 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck authored Mar 10, 2024
1 parent 96d2f1e commit 3cf84ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "biobear"
[dependencies]
arrow = { version = "50.0.0", features = ["pyarrow"] }
datafusion = "36"
exon = { version = "0.11.1", features = ["all"] }
exon = { version = "0.12.0", features = ["all"] }
pyo3 = "0.20"
tokio = { version = "1", features = ["rt"] }

Expand Down

0 comments on commit 3cf84ff

Please sign in to comment.