From ffa21136d6f4b70ed6f15ab4da9f65bcfed9847b Mon Sep 17 00:00:00 2001 From: Christophe Kamphaus Date: Wed, 26 Aug 2026 19:37:40 +0200 Subject: [PATCH] Prepare release 1.1.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef39be3..3ab936a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "upt" -version = "1.1.10" +version = "1.1.11" dependencies = [ "chrono", "chrono-humanize", diff --git a/Cargo.toml b/Cargo.toml index 7c1c6d9..0b043ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "upt" -version = "1.1.10" +version = "1.1.11" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html