Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rust-bio/rust-bio-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jan 23, 2021
2 parents b1ee738 + cad3f57 commit 300d739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ anyhow = "1"
thiserror = "1"
rayon = "1.5"
structopt = "0.3"
lz-string = { git = "https://github.com/adumbidiot/lz-string-rs.git" }
lz-str = "0.1.0"

[[bin]]
name = "rbt"
Expand Down
2 changes: 1 addition & 1 deletion src/bcf/report/table_report/create_report_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use chrono::{DateTime, Local};
use itertools::Itertools;
use jsonm::packer::{PackOptions, Packer};
use log::warn;
use lz_string::compress_to_utf16;
use lz_str::compress_to_utf16;
use rust_htslib::bcf::header::{HeaderView, TagType};
use rust_htslib::bcf::{HeaderRecord, Read, Record};
use rustc_serialize::json::Json;
Expand Down

0 comments on commit 300d739

Please sign in to comment.