Skip to content

Commit c8675e9

Browse files
Updated dependencies.
1 parent e9d96f3 commit c8675e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ repository = "https://github.com/rust-bio/rust-htslib.git"
1111

1212

1313
[dependencies]
14-
libc = ">=0.2.2"
15-
itertools = ">=0.4.1"
14+
libc = "=0.2.*"
15+
itertools = "=0.4.*"
1616

1717

1818
[dev-dependencies]
19-
tempdir = "*"
19+
tempdir = "=0.3.*"

0 commit comments

Comments
 (0)