Skip to content

Commit

Permalink
Bump to bigtools v0.4.3 and pybigtools [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed May 19, 2024
1 parent cfe30f3 commit e66b836
Show file tree
Hide file tree
Showing 4 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.

Binary file modified assets/bigtools-bench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 <[email protected]>"]
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 <[email protected]>"]
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 e66b836

Please sign in to comment.