From f6073c70b38bad5b734e12e884cb9bbc414e7325 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 15 Apr 2024 16:53:45 +0200 Subject: [PATCH] cargo/version: Announce breaking changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 068e9b5..93b8f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riot-wrappers" -version = "0.8.3" +version = "0.8.999" # really 0.9.0-alpha.1, but we also try hard to not break realistic 0.8 users who fixed all deprecation warnings and don't hold things wrong. authors = ["Christian Amsüss "] edition = "2021" rust-version = "1.75"