From 97b2a775c3315beade9ca5fe9765936c18ef1cf5 Mon Sep 17 00:00:00 2001 From: Johannes Lade Date: Mon, 3 Apr 2023 14:35:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0211cb7..44a37d9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ First, add the following to your `Cargo.toml`: arraydeque = "0.5" ``` -Next, add this to your crate root: +If you use the 2015 rust edition, add this to your crate root: ```rust extern crate arraydeque;