Skip to content

Commit 126a99a

Browse files
committed
release 0.2.0 :)
most of the OOStuBS concepts are already implemented, cheers! now we go beyond it. Signed-off-by: Tianhao Wang <[email protected]>
1 parent e2ed9b8 commit 126a99a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustubs"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "eupl-1.2"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ shitty code, I'm a rust beginner.
3939
- [X] synchronized scheduling
4040
- [X] waiting tasks
4141
- [X] Timer Interrupt
42-
- [?] Synchronization Primitives
42+
- [X] Synchronization Primitives
4343
- [X] level3 (prologue) and level2 (epilogue) Synchronization
4444
- [X] semaphore (spinning and sleeping variants)
45-
- [ ] watch, sleep and system clock
45+
- [X] watch, sleep and system clock
4646

4747
MISC
4848
- [ ] FP and SSE state

0 commit comments

Comments
 (0)