-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
68 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawfish" | ||
version = "0.12.6" | ||
version = "0.12.7" | ||
authors = ["Chris Saunders <[email protected]>"] | ||
description = "Structural variant analysis for mapped PacBio HiFi reads" | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,15 +125,6 @@ | |
"license_file": null, | ||
"description": "Automatically generates Rust FFI bindings to C and C++ libraries." | ||
}, | ||
{ | ||
"name": "bindgen", | ||
"version": "0.70.1", | ||
"authors": "Jyun-Yan You <[email protected]>|Emilio Cobos Álvarez <[email protected]>|Nick Fitzgerald <[email protected]>|The Servo project developers", | ||
"repository": "https://github.com/rust-lang/rust-bindgen", | ||
"license": "BSD-3-Clause", | ||
"license_file": null, | ||
"description": "Automatically generates Rust FFI bindings to C and C++ libraries." | ||
}, | ||
{ | ||
"name": "bio", | ||
"version": "2.0.3", | ||
|
@@ -782,6 +773,15 @@ | |
"license_file": null, | ||
"description": "Format time and duration in chrono, std::time and time as HH:MM:SS and HH:MM:SS.xxx" | ||
}, | ||
{ | ||
"name": "home", | ||
"version": "0.5.9", | ||
"authors": "Brian Anderson <[email protected]>", | ||
"repository": "https://github.com/rust-lang/cargo", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "Shared definitions of home directories." | ||
}, | ||
{ | ||
"name": "hts-sys", | ||
"version": "2.1.4", | ||
|
@@ -1576,7 +1576,7 @@ | |
}, | ||
{ | ||
"name": "sawfish", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"authors": "Chris Saunders <[email protected]>", | ||
"repository": null, | ||
"license": null, | ||
|
@@ -2141,6 +2141,15 @@ | |
"license_file": null, | ||
"description": null | ||
}, | ||
{ | ||
"name": "which", | ||
"version": "4.4.2", | ||
"authors": "Harry Fei <[email protected]>", | ||
"repository": "https://github.com/harryfei/which-rs.git", | ||
"license": "MIT", | ||
"license_file": null, | ||
"description": "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms." | ||
}, | ||
{ | ||
"name": "wide", | ||
"version": "0.7.28", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters