diff --git a/Cargo.toml b/Cargo.toml index b1fffa9..6345eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aur-rpc" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "An async wrapper for aur RPC calls" authors = ["trivernis "] diff --git a/src/lib.rs b/src/lib.rs index 97b9d6f..237727d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ //! This crate offers abstractions over the rpcs provided by the //! Arch Linux User Repository (AUR). //! -//! ## Retrieving user information +//! ## Usage //! ```rust //! #[tokio::main] //! pub async fn main() {