Skip to content

Commit ab086c8

Browse files
committed
chore: bump version
1 parent 0aca2a6 commit ab086c8

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 = "mill-io"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["Citadel-tech", "Mohamed Emad <hulxxv@gmail.com>"]
66
description = "A lightweight event loop library for Rust that provides efficient non-blocking I/O management without relying on heavyweight async runtimes."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Add Mill-IO to your `Cargo.toml`:
1414

1515
```toml
1616
[dependencies]
17-
mill-io = "1.0.0"
17+
mill-io = "1.0.1"
1818
```
1919

2020
For unstable features:
2121

2222
```toml
2323
[dependencies]
24-
mill-io = { version = "1.0.0", features = ["unstable"] }
24+
mill-io = { version = "1.0.1", features = ["unstable"] }
2525
```
2626

2727
## Core Components

0 commit comments

Comments
 (0)