Skip to content

Commit

Permalink
Merge pull request #30 from nvictus/[email protected]
Browse files Browse the repository at this point in the history
Patch bump
  • Loading branch information
jackh726 authored Mar 17, 2024
2 parents e62eb17 + e8e4843 commit c571a94
Showing 1 changed file with 2 additions and 2 deletions.
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.3-dev"
version = "0.1.3"
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.2", 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 c571a94

Please sign in to comment.