From 06095fc11fb670a9c6e6e3cf04c13c637032d124 Mon Sep 17 00:00:00 2001 From: plule <630159+plule@users.noreply.github.com> Date: Sat, 19 Aug 2023 12:45:56 +0200 Subject: [PATCH] v0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea18e1c..5c34f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3793,7 +3793,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vox-uristi" -version = "0.10.2" +version = "0.11.0" dependencies = [ "anyhow", "bitflags 2.4.0", diff --git a/Cargo.toml b/Cargo.toml index 991325a..88fb4b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vox-uristi" -version = "0.10.2" +version = "0.11.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html