From e545cf11ee7b76c0f6b0ffac56bab9e5e464524a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 16 Jan 2023 11:57:30 +0100 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 615cc77..8bc5290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.4.2" +version = "0.5.0-rc.0" edition = "2021" rust-version = "1.60" authors = ["Robin Mueller "]