From 5780a48588d2b63103a51e72271a9a5f0942eb8c Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 29 Jun 2023 02:04:39 +0200 Subject: [PATCH] Release v6.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5ff1c46..c844e012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp-pac" -version = "5.0.0" +version = "6.0.0" edition = "2021" license = "BSD-3-Clause" repository = "https://github.com/embassy-rs/rp-pac"