diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,13 +3,6 @@ version = 3 [[package]] -name = "HydroRoll" -version = "0.1.5" -dependencies = [ - "pyo3", -] - -[[package]] name = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -28,6 +21,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] +name = "hydro_roll" +version = "0.1.6" +dependencies = [ + "pyo3", +] + +[[package]] name = "indoc" version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" |
