Skip to content

Commit

Permalink
Bump to bigtools v0.4.3 and pybigtools pybigtools@v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed May 19, 2024
1 parent cfe30f3 commit e28a9be
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.4.3-dev"
version = "0.4.3"
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.1.4-dev"
version = "0.1.4"
authors = ["Jack <jackh726@gmail.com>"]
edition = "2021"

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

[dependencies]
bigtools = { version = "0.4.3-dev", path = "../bigtools", default_features = false, features = ["read", "write"] }
bigtools = { version = "0.4.3", 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 e28a9be

Please sign in to comment.