Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Jul 13, 2024
1 parent b25a7e7 commit 5279d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit 5279d81

Please sign in to comment.