Skip to content

Commit

Permalink
Change crate description
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jun 19, 2024
1 parent 8512ea7 commit 05ad57b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pasts"
version = "0.14.3"
license = "Apache-2.0 OR BSL-1.0 OR MIT"
description = "Minimal and simpler alternative to the futures crate."
description = "Minimal asynchronous runtime for Rust"
repository = "https://github.com/ardaku/pasts"
documentation = "https://docs.rs/pasts"
homepage = "https://github.com/ardaku/pasts/blob/stable/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Crates.io](https://img.shields.io/crates/l/pasts)](https://github.com/ardaku/pasts/search?l=Text&q=license)
[![Docs.rs](https://docs.rs/pasts/badge.svg)](https://docs.rs/pasts/)

Minimal and simpler alternative to the futures crate.
**Minimal asynchronous runtime for Rust**

The pasts asynchronous runtime is designed for creating user-space software and
embedded software using an asynchronous event loop. It aims to abstract away
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Minimal and simpler alternative to the futures crate.
//! **Minimal asynchronous runtime for Rust**
//!
//! # Optional Features
//! Only the _`std`_ feature is enabled by default
Expand Down

0 comments on commit 05ad57b

Please sign in to comment.