Skip to content

Commit

Permalink
bump v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Mar 21, 2024
1 parent 23d6fc8 commit 7cd5dfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -31,6 +31,10 @@ jobs:
name: "cp311-cp311",
version: "3.11"
},
{
name: "cp312-cp312",
version: "3.12"
},
]
rust: [stable]
platform: [
Expand Down
6 changes: 3 additions & 3 deletions oxen/Cargo.lock

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

4 changes: 2 additions & 2 deletions oxen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oxen"
version = "0.13.0"
version = "0.13.1"
edition = "2021"

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

[build-dependencies]
Expand Down

0 comments on commit 7cd5dfe

Please sign in to comment.