From 68f3697fd4389f0b1edb0d4668e289ab28f4bf1e Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Sun, 16 Mar 2025 10:52:27 +1100 Subject: [PATCH] fix: Test out https://github.com/rust-bio/rust-htslib/pull/468 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50a79a2bc..be0b3eb03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_feature = ["serde", "serde_bytes", "bio-types/serde"] static = ["hts-sys/static"] [dev-dependencies] -bincode = "1.2" +bincode = { version = "2", features = ["serde"] } pretty_assertions = "1.4" serde_json = "1.0" tempfile = "3.1.0"