From 25fef6ac26cda8028395d15ccfa1fbefc482cd0e Mon Sep 17 00:00:00 2001 From: Seth Pellegrino Date: Wed, 22 Mar 2023 10:03:56 -0700 Subject: [PATCH] test: version that doesn't exist --- esp32c3-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32c3-hal/Cargo.toml b/esp32c3-hal/Cargo.toml index 61ad5c24541..c04e3aa1980 100644 --- a/esp32c3-hal/Cargo.toml +++ b/esp32c3-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32c3-hal" -version = "0.6.0" +version = "0.0.0" authors = ["Jesse Braham ", "Björn Quentin "] edition = "2021" rust-version = "1.65.0"