From d8124416d080163d898a2f38ab6c1f5d69e3e2cd Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Tue, 18 Mar 2025 13:40:00 +0800 Subject: [PATCH] Prepare release v0.5.0 --- cli-table/README.md | 4 ++-- cli-table/src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli-table/README.md b/cli-table/README.md index 9744c59..41c15e4 100644 --- a/cli-table/README.md +++ b/cli-table/README.md @@ -9,11 +9,11 @@ Rust crate for printing tables on command line. ## Usage -Add `cli-table` in your `Cargo.toms`'s `dependencies` section +Add `cli-table` in your `Cargo.toml`'s `dependencies` section ```toml [dependencies] -cli-table = "0.4" +cli-table = "0.5" ``` ### Simple usage diff --git a/cli-table/src/lib.rs b/cli-table/src/lib.rs index 9483ec0..6fd9aed 100644 --- a/cli-table/src/lib.rs +++ b/cli-table/src/lib.rs @@ -6,11 +6,11 @@ //! //! # Usage //! -//! Add `cli-table` in your `Cargo.toms`'s `dependencies` section +//! Add `cli-table` in your `Cargo.toml`'s `dependencies` section //! //! ```toml //! [dependencies] -//! cli-table = "0.4" +//! cli-table = "0.5" //! ``` //! //! ## Simple usage