Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit bfa940d

Browse files
do not enforce rust Edition 2018
This crate should work with older rust as well. Fixes: #1 Signed-off-by: Andreea Florescu <[email protected]>
1 parent 03b63b3 commit bfa940d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "kvm-bindings"
33
version = "0.1.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
5-
edition = "2018"
65
description = "Rust FFI bindings to KVM generated using bindgen."
76
repository = "https://github.com/rust-vmm/kvm-bindings"
87
readme = "README.md"

0 commit comments

Comments
 (0)