From a60b15cdb903edeb4db6ee9dbf0a16ef34a96de1 Mon Sep 17 00:00:00 2001 From: Zhiyao Ma Date: Sun, 15 Sep 2024 19:33:41 -0400 Subject: [PATCH] Bump version. Fix `doc.rs` build. --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f026f73..4cc868d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "hopter" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" description = "A Rust-based embedded operating system designed to enable memory safe, memory efficient, reliable, and responsive applications." repository = "https://github.com/hopter-project/hopter" readme = "README.md" +categories = ["embedded", "no-std"] [features] default = ["unwind"] @@ -77,6 +78,11 @@ nb = "1.1" version = "0.21.0" default-features = false +[package.metadata.docs.rs] +targets = [ + "thumbv7em-none-eabihf", +] + # *** Tests for sync - mailbox *** [[example]]