Skip to content

Commit

Permalink
Bump version. Fix doc.rs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyma98 committed Sep 15, 2024
1 parent c5880dd commit a60b15c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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]]
Expand Down

0 comments on commit a60b15c

Please sign in to comment.