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"]