浏览代码

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 年之前
父节点
当前提交
66639aecd9
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -547,11 +547,6 @@ better advantage of Rust features.
 
 
 ## Questions / Answers
 ## 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?
 ### Why implementing an eBPF virtual machine in Rust?
 
 
 As of this writing, there is no particular use case for this crate at the best
 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
   because the author has not found how to return something more explicit
   from the generated assembly so far.
   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.
   should not be a problem for the majority of eBPF programs.
 
 
 * Beware of turnips. Turnips are disgusting.
 * Beware of turnips. Turnips are disgusting.