Skip to content

Commit

Permalink
bump v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed May 7, 2024
1 parent 946a4e9 commit fa2cdea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion oxen/Cargo.lock

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

6 changes: 3 additions & 3 deletions oxen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxen"
version = "0.14.8"
version = "0.15.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -17,8 +17,8 @@ pyo3-log = "0.10.0"
tokio = { version = "1", features = ["full"] }
pyo3-polars = "0.13.0"
serde_json = "1.0.106"
# liboxen = "0.14.5"
liboxen = { path = "../../rust/Oxen/src/lib" }
liboxen = "0.15.7"
# liboxen = { path = "../../rust/Oxen/src/lib" }

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
Expand Down

0 comments on commit fa2cdea

Please sign in to comment.