Fix misleading doc header

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/2/head
trivernis 2 years ago
parent bc661015f0
commit 6c5c69fe0a
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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 <trivernis@pm.me>"]

@ -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() {

Loading…
Cancel
Save