Browse Source

README.md: Remove note on Rust version requirements

The note is out-of-date. Rust 1.64 is the current stable, and CI passes
with it. Let's remove this comment from the README.
Quentin Monnet 2 years ago
parent
commit
66639aecd9
1 changed files with 1 additions and 6 deletions
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -547,11 +547,6 @@ better advantage of Rust features.
 
 ## Questions / Answers
 
-### What Rust version is needed?
-
-This crate is known to be compatible with Rust version 1.14.0. Older versions
-of Rust have not been tested.
-
 ### Why implementing an eBPF virtual machine in Rust?
 
 As of this writing, there is no particular use case for this crate at the best
@@ -644,7 +639,7 @@ on your own.
   because the author has not found how to return something more explicit
   from the generated assembly so far.
 
-* A very little number of eBPF instructions have not been implemented yet. This
+* A small number of eBPF instructions have not been implemented yet. This
   should not be a problem for the majority of eBPF programs.
 
 * Beware of turnips. Turnips are disgusting.