aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 98eba8a..79deaca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"