Skip to content

Commit 3872f2e

Browse files
Updated dependencies.
1 parent 7253910 commit 3872f2e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
### Changed
99
- Renamed previous seek method into fetch (in line with pysam).
1010
- Improved CIGAR API.
11+
- Updated dependencies.
1112

1213
## [0.11.0] - 2017-05-01
1314
### Added

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ documentation = "http://rust-bio.github.io/rust-htslib"
1212

1313

1414
[dependencies]
15-
libc = "0.2.*"
16-
itertools = "0.4.*"
17-
quick-error = "1.1.*"
18-
newtype_derive = "0.1.*"
19-
custom_derive = "0.1.*"
20-
url = "1.2.*"
21-
ieee754 = "0.1"
22-
lazy_static = "0.1.*"
23-
bitflags = "0.8.*"
15+
libc = "0.2"
16+
itertools = "0.6"
17+
quick-error = "1.2"
18+
newtype_derive = "0.1"
19+
custom_derive = "0.1"
20+
url = "1.4"
21+
ieee754 = "0.2"
22+
lazy_static = "0.2"
23+
bitflags = "0.9"
2424

2525
[dev-dependencies]
26-
tempdir = "=0.3.*"
26+
tempdir = "0.3"

0 commit comments

Comments
 (0)