diff --git a/Cargo.lock b/Cargo.lock index 0d030fc..18d3c4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.34" @@ -615,7 +617,7 @@ dependencies = [ [[package]] name = "randy" -version = "1.6.9" +version = "1.6.10" dependencies = [ "gio", "glib", diff --git a/Cargo.toml b/Cargo.toml index 4bb1c5a..fc3bc52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "randy" -version = "1.6.9" +version = "1.6.10" authors = ["Ian Page Hands "] edition = "2018" description = "Conky like app in Rust"