Skip to content

Commit

Permalink
bigtools 0.5.4 and pybigtools 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Nov 27, 2024
1 parent 7e327a1 commit 18ab81a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bigtools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigtools"
version = "0.5.4-dev"
version = "0.5.4"
authors = ["Jack Huey <jackh726@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions pybigtools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pybigtools"
version = "0.2.3-dev"
version = "0.2.3"
authors = ["Jack <jackh726@gmail.com>"]
edition = "2021"

Expand All @@ -9,7 +9,7 @@ name = "pybigtools"
crate-type = ["cdylib"]

[dependencies]
bigtools = { version = "0.5.4-dev", path = "../bigtools", default_features = false, features = ["read", "write"] }
bigtools = { version = "0.5.4", path = "../bigtools", default_features = false, features = ["read", "write"] }
url = "2.4.0"
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread"] }
futures = { version = "0.3.1", features = ["thread-pool"] }
Expand Down

0 comments on commit 18ab81a

Please # to comment.