File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments