branch: elpa/rust-mode
commit 08d714136153240864ac61c37aae0d2690a34a65
Author: Nathan Moreau <[email protected]>
Commit: GitHub <[email protected]>
README: support for emacs 24 has been dropped.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 54702d3..1b705b8 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
# Introduction
`rust-mode` makes editing [Rust](http://rust-lang.org) code with Emacs
-enjoyable. It requires Emacs 24 or later, and is include in both
+enjoyable. It requires Emacs 25 or later, and is include in both
[Emacs Prelude](https://github.com/bbatsov/prelude) and
[Spacemacs](https://github.com/syl20bnr/spacemacs) by default.