From 5279d817eeb00d54b04ffe0494a5b1279967edb2 Mon Sep 17 00:00:00 2001 From: Christopher Morton Date: Sat, 13 Jul 2024 07:37:26 +0100 Subject: [PATCH] docs: fix typos --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baddec0..4aacb74 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Crates.io](https://img.shields.io/crates/v/narrate.svg)](https://crates.io/crates/narrate) [![msrv 1.70.0](https://img.shields.io/badge/msrv-1.70.0-dea584.svg?logo=rust)](https://github.com/rust-lang/rust/releases/tag/1.70.0) -[![tests](https://img.shields.io/github/actions/workflow/status/sonro/varj/release.yml?label=tests&logo=github)](https://github.com/sonro/narrate/actions/workflows/tests.yml) +[![tests](https://img.shields.io/github/actions/workflow/status/sonro/narrate/release.yml?label=tests&logo=github)](https://github.com/sonro/narrate/actions/workflows/tests.yml) [![Documentation](https://img.shields.io/docsrs/narrate?logo=docs.rs)](https://docs.rs/narrate/) [![license](https://img.shields.io/crates/l/narrate.svg)](#license) diff --git a/src/lib.rs b/src/lib.rs index 9889d16..3f105fa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ //! [`Error`](https://docs.rs/anyhow/1/anyhow/struct.Error.html), but with //! optional help messages. //! -//! Minimum supported Rust version: **1.61.1** +//! Minimum supported Rust version: **1.70.0** //! //! # Features //!