From 13df6cff8712775dcbefc044212cedb7ee356382 Mon Sep 17 00:00:00 2001 From: Ian Page Hands Date: Thu, 29 Sep 2022 11:06:13 -0700 Subject: [PATCH] bump release 1.6.10 --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"