Skip to content

Commit 300d739

Browse files
Merge branch 'master' of github.com:rust-bio/rust-bio-tools
2 parents b1ee738 + cad3f57 commit 300d739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ anyhow = "1"
4949
thiserror = "1"
5050
rayon = "1.5"
5151
structopt = "0.3"
52-
lz-string = { git = "https://github.com/adumbidiot/lz-string-rs.git" }
52+
lz-str = "0.1.0"
5353

5454
[[bin]]
5555
name = "rbt"

src/bcf/report/table_report/create_report_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use chrono::{DateTime, Local};
44
use itertools::Itertools;
55
use jsonm::packer::{PackOptions, Packer};
66
use log::warn;
7-
use lz_string::compress_to_utf16;
7+
use lz_str::compress_to_utf16;
88
use rust_htslib::bcf::header::{HeaderView, TagType};
99
use rust_htslib::bcf::{HeaderRecord, Read, Record};
1010
use rustc_serialize::json::Json;

0 commit comments

Comments
 (0)