From 9f243979ae069b9c3d9569c398b74bb1313782f2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 10 Oct 2023 10:45:11 +0200 Subject: [PATCH] Readme: update versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91114a5..0cf0d4c 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ This crate works with `cargo`. Add the following to your `Cargo.toml` dependenci ```toml [dependencies] -uutils_term_grid = "0.2" +uutils_term_grid = "0.3" ``` -The Minimum Supported Rust Version is 1.56. +The Minimum Supported Rust Version is 1.70. ## Usage