Update to Rust 2021 edition
Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
This commit is contained in:
committed by
Alexandra Iordache
parent
4b18a043e9
commit
fbef706e28
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user