Skip to content

Commit

Permalink
Add note about this crate being unmaintained
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 4, 2023
1 parent c95444a commit f22f9ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ abstractions.
default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]

[badges]
maintenance = { status = "as-is" }

[dependencies.windows-sys]
version = "0.48.0"
features = [
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
A zero overhead Windows I/O library focusing on IOCP and other async I/O
features.

This crate is basically unmaintained. Do not expect new features or new releases.

# License

Expand Down

0 comments on commit f22f9ce

Please sign in to comment.