Skip to content

Commit

Permalink
Fix type in docs
Browse files Browse the repository at this point in the history
* Update version to "0.3.1"
  • Loading branch information
nathiss committed Aug 6, 2023
1 parent e929f02 commit 1cc9df8
Show file tree
Hide file tree
Showing 2 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
@@ -1,6 +1,6 @@
[package]
name = "cancellable"
version = "0.3.0"
version = "0.3.1"
authors = ["Kamil Rusin <[email protected]>"]
edition = "2021"
description = "A Rust library providing a generic cancellable utility."
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This crate provides a way of defining an interface fo//!^r a background service.
//! //!
//! This crate provides a way of defining an interface for a background service.
//!
//! The main entrypoint of this create is [`cancellable::Cancellable`] trait. It
//! is an [`async-trait`](https://docs.rs/async-trait/latest/async_trait/) that
//! depends on [tokio](https://tokio.rs).
Expand Down

0 comments on commit 1cc9df8

Please sign in to comment.