Skip to content

Commit 18ab81a

Browse files
committed
bigtools 0.5.4 and pybigtools 0.2.3
1 parent 7e327a1 commit 18ab81a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bigtools"
3-
version = "0.5.4-dev"
3+
version = "0.5.4"
44
authors = ["Jack Huey <jackh726@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

pybigtools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pybigtools"
3-
version = "0.2.3-dev"
3+
version = "0.2.3"
44
authors = ["Jack <jackh726@gmail.com>"]
55
edition = "2021"
66

@@ -9,7 +9,7 @@ name = "pybigtools"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
bigtools = { version = "0.5.4-dev", path = "../bigtools", default_features = false, features = ["read", "write"] }
12+
bigtools = { version = "0.5.4", path = "../bigtools", default_features = false, features = ["read", "write"] }
1313
url = "2.4.0"
1414
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread"] }
1515
futures = { version = "0.3.1", features = ["thread-pool"] }

0 commit comments

Comments
 (0)