From ff24f89660ab626721b30102ab63a88d52d56d62 Mon Sep 17 00:00:00 2001 From: jackh726 Date: Tue, 13 Aug 2024 17:52:19 +0000 Subject: [PATCH] bigtools 0.5.2 and pybigtools 0.2.1 --- Cargo.lock | 4 ++-- bigtools/Cargo.toml | 2 +- pybigtools/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ece1036..f2d282f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bigtools" -version = "0.5.2-dev" +version = "0.5.2" dependencies = [ "anyhow", "attohttpc", @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "pybigtools" -version = "0.2.1-dev" +version = "0.2.1" dependencies = [ "bigtools", "futures", diff --git a/bigtools/Cargo.toml b/bigtools/Cargo.toml index 6e5a1f3..1e8c279 100644 --- a/bigtools/Cargo.toml +++ b/bigtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigtools" -version = "0.5.2-dev" +version = "0.5.2" authors = ["Jack Huey "] edition = "2021" license = "MIT" diff --git a/pybigtools/Cargo.toml b/pybigtools/Cargo.toml index 8908c22..69d7657 100644 --- a/pybigtools/Cargo.toml +++ b/pybigtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pybigtools" -version = "0.2.1-dev" +version = "0.2.1" authors = ["Jack "] edition = "2021" @@ -9,7 +9,7 @@ name = "pybigtools" crate-type = ["cdylib"] [dependencies] -bigtools = { version = "0.5.2-dev", path = "../bigtools", default_features = false, features = ["read", "write"] } +bigtools = { version = "0.5.2", 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"] }