From 4767b79d8c8de027782a33a7d7adfb2ede36efe9 Mon Sep 17 00:00:00 2001 From: Caio Date: Sat, 14 Oct 2023 22:39:41 -0300 Subject: [PATCH] wtx-0.10.0 --- Cargo.lock | 2 +- wtx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85be3df2..7905d209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1710,7 +1710,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "wtx" -version = "0.9.0" +version = "0.10.0" dependencies = [ "arbitrary", "async-std", diff --git a/wtx/Cargo.toml b/wtx/Cargo.toml index f5dfcc5d..06b699b5 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -81,7 +81,7 @@ license = "Apache-2.0" name = "wtx" readme = "README.md" repository = "https://github.com/c410-f3r/wtx" -version = "0.9.0" +version = "0.10.0" [package.metadata.docs.rs] all-features = true