Update to Rust 2021 edition

Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
This commit is contained in:
Jonathan
2022-10-13 09:59:38 +01:00
committed by Alexandra Iordache
parent 4b18a043e9
commit fbef706e28

View File

@@ -3,7 +3,7 @@ name = "micro_http"
version = "0.1.0" version = "0.1.0"
license = "Apache-2.0" license = "Apache-2.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"] authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2018" edition = "2021"
[dependencies] [dependencies]
libc = "0.2.66" libc = "0.2.66"