Skip to content

Commit 002f6af

Browse files
committed
build: remove version from htsget-test dev dependency
1 parent ce60bdb commit 002f6af

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

htsget-actix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ htsget-config = { version = "0.13.0", path = "../htsget-config", default-feature
4141
htsget-axum = { version = "0.3.0", path = "../htsget-axum", default-features = false }
4242

4343
[dev-dependencies]
44-
htsget-test = { version = "0.7.2", path = "../htsget-test", features = ["http"], default-features = false }
44+
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }
4545

4646
async-trait = "0.1"
4747

htsget-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ htsget-search = { version = "0.10.0", path = "../htsget-search", default-feature
5757
htsget-http = { version = "0.5.2", path = "../htsget-http", default-features = false }
5858

5959
[dev-dependencies]
60-
htsget-test = { version = "0.7.2", path = "../htsget-test", features = ["http"], default-features = false }
60+
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }
6161

6262
tempfile = "3"
6363
reqwest = { version = "0.12", default-features = false, features = ["json", "blocking", "rustls-tls"] }

htsget-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tracing = "0.1"
2929
cfg-if = "1"
3030

3131
[dev-dependencies]
32-
htsget-test = { version = "0.7.2", path = "../htsget-test", default-features = false }
32+
htsget-test = { path = "../htsget-test", default-features = false }

htsget-search/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ htsget-storage = { version = "0.3.0", path = "../htsget-storage", default-featur
5050
tempfile = "3"
5151

5252
criterion = { version = "0.5", features = ["async_tokio"] }
53-
htsget-test = { version = "0.7.2", path = "../htsget-test", features = ["http"], default-features = false }
53+
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }
5454

5555
[[bench]]
5656
name = "search-benchmarks"

htsget-storage/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http = "1"
3434
cfg-if = "1"
3535

3636
# Async
37-
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-util"] }
37+
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-util", "fs"] }
3838
tokio-util = { version = "0.7", features = ["io", "compat"] }
3939
futures = { version = "0.3" }
4040
futures-util = "0.3"
@@ -68,4 +68,4 @@ data-url = "0.3"
6868

6969
# Axum server
7070
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
71-
htsget-test = { version = "0.7.2", path = "../htsget-test", features = ["http"], default-features = false }
71+
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }

release-plz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[[package]]
22
name = "htsget-test"
3-
release = false
3+
release = false

0 commit comments

Comments
 (0)