浏览代码

Specify edition to 2018 in Cargo.toml

Atul Bhosale 6 年之前
父节点
当前提交
a06a7ff7e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -6,6 +6,7 @@ repository = "https://github.com/rust-osdev/acpi"
 description = "Library for parsing ACPI tables and AML"
 readme = "README.md"
 license = "MIT/Apache-2.0"
+edition = "2018"
 
 [dependencies]
 log = "0.*"