Skip to content

Commit 68f3697

Browse files
committed
fix: Test out #468
1 parent 31e2aca commit 68f3697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde_feature = ["serde", "serde_bytes", "bio-types/serde"]
4646
static = ["hts-sys/static"]
4747

4848
[dev-dependencies]
49-
bincode = "1.2"
49+
bincode = { version = "2", features = ["serde"] }
5050
pretty_assertions = "1.4"
5151
serde_json = "1.0"
5252
tempfile = "3.1.0"

0 commit comments

Comments
 (0)