From 6c5c69fe0a1c8356a258144d56210193edf8b284 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 24 Jul 2022 14:52:09 +0200 Subject: [PATCH] Fix misleading doc header Signed-off-by: trivernis --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {