From 1d424de26e43aa46c659c19e4c22126b534334a9 Mon Sep 17 00:00:00 2001 From: HMH Date: Fri, 16 Apr 2021 11:48:11 +0200 Subject: [PATCH] v0.11.0-rc3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f80e91..7a64684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c" [[package]] name = "weylus" -version = "0.11.0-rc2" +version = "0.11.0-rc3" dependencies = [ "autopilot", "bitflags 1.2.1", diff --git a/Cargo.toml b/Cargo.toml index d86a0e1..5d2a011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weylus" -version = "0.11.0-rc2" +version = "0.11.0-rc3" authors = ["HMH "] license = "AGPL-3.0-or-later" edition = "2018"