From 0ef16030a79fd93f24620f613203f9bbae7c1fcb Mon Sep 17 00:00:00 2001 From: Vivian Date: Wed, 23 Oct 2024 22:55:53 +0200 Subject: [PATCH] bump msrv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d43b0b..54f5b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Jonathan Dönszelmann ", ] edition = "2021" -rust-version = "1.59" +rust-version = "1.79" description = "A fixed-size circular buffer" repository = "https://github.com/NULLx76/ringbuffer/" keywords = ["ring", "cyclic", "circular", "buffer", "no-std"]