From 1ca0a83ebb0e5fabd9d2d4d10e8bbaec2a343181 Mon Sep 17 00:00:00 2001 From: Chris Copeland Date: Sun, 14 Apr 2024 17:17:24 -0700 Subject: [PATCH] bump rust package version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53927c2..f43f595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rt" -version = "0.1.2" +version = "0.2.0" authors = ["Chris Copeland "] description = "A real-time operating system capable of full preemption" license = "Apache-2.0"