-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from PacificBiosciences/bugfix/20240808
updates for v1.4.3
- Loading branch information
Showing
6 changed files
with
91 additions
and
38 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 = "hiphase" | ||
version = "1.4.2" | ||
version = "1.4.3" | ||
authors = ["J. Matthew Holt <[email protected]>"] | ||
description = "A tool for jointly phasing small, structural, and tandem repeat variants for PacBio sequencing data" | ||
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 |
---|---|---|
|
@@ -325,7 +325,7 @@ | |
}, | ||
{ | ||
"name": "deranged", | ||
"version": "0.3.7", | ||
"version": "0.3.11", | ||
"authors": "Jacob Pratt <[email protected]>", | ||
"repository": "https://github.com/jhpratt/deranged", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -496,7 +496,7 @@ | |
}, | ||
{ | ||
"name": "hiphase", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"authors": "J. Matthew Holt <[email protected]>", | ||
"repository": null, | ||
"license": null, | ||
|
@@ -764,6 +764,15 @@ | |
"license_file": null, | ||
"description": "Complex numbers implementation for Rust" | ||
}, | ||
{ | ||
"name": "num-conv", | ||
"version": "0.1.0", | ||
"authors": "Jacob Pratt <[email protected]>", | ||
"repository": "https://github.com/jhpratt/num-conv", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax." | ||
}, | ||
{ | ||
"name": "num-integer", | ||
"version": "0.1.45", | ||
|
@@ -872,6 +881,15 @@ | |
"license_file": null, | ||
"description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts." | ||
}, | ||
{ | ||
"name": "powerfmt", | ||
"version": "0.2.0", | ||
"authors": "Jacob Pratt <[email protected]>", | ||
"repository": "https://github.com/jhpratt/powerfmt", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "`powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations." | ||
}, | ||
{ | ||
"name": "ppv-lite86", | ||
"version": "0.2.16", | ||
|
@@ -1081,7 +1099,7 @@ | |
}, | ||
{ | ||
"name": "serde", | ||
"version": "1.0.147", | ||
"version": "1.0.205", | ||
"authors": "Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>", | ||
"repository": "https://github.com/serde-rs/serde", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -1090,7 +1108,7 @@ | |
}, | ||
{ | ||
"name": "serde_derive", | ||
"version": "1.0.147", | ||
"version": "1.0.205", | ||
"authors": "Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>", | ||
"repository": "https://github.com/serde-rs/serde", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -1216,7 +1234,7 @@ | |
}, | ||
{ | ||
"name": "time", | ||
"version": "0.3.25", | ||
"version": "0.3.36", | ||
"authors": "Jacob Pratt <[email protected]>|Time contributors", | ||
"repository": "https://github.com/time-rs/time", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -1225,7 +1243,7 @@ | |
}, | ||
{ | ||
"name": "time-core", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"authors": "Jacob Pratt <[email protected]>|Time contributors", | ||
"repository": "https://github.com/time-rs/time", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -1234,7 +1252,7 @@ | |
}, | ||
{ | ||
"name": "time-macros", | ||
"version": "0.2.11", | ||
"version": "0.2.18", | ||
"authors": "Jacob Pratt <[email protected]>|Time contributors", | ||
"repository": "https://github.com/time-rs/time", | ||
"license": "Apache-2.0 OR MIT", | ||
|
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