From 6d6cbbd4b079211eb81af090162a73141e9458e3 Mon Sep 17 00:00:00 2001 From: M3DZIK Date: Thu, 11 Apr 2024 22:40:46 +0200 Subject: [PATCH] Update docs in imgurs lib --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0edf862..6fd09e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! [![github]](https://github.com/MedzikUser/imgurs) +//! [![github]](https://github.com/M3DZIK/imgurs) //! [![crates-io]](https://crates.io/crates/imgurs) //! [![docs-rs]](https://docs.rs/imgurs) //! @@ -19,7 +19,7 @@ //! your application, simply add it to your project's `Cargo.toml`. //! ```toml //! [dependencies] -//! imgurs = "0.8.0" +//! imgurs = "0.11.3" //! ``` //! //! # Example Usage