Browse Source

Switch to Rust 2021.

Dario Nieuwenhuis 2 năm trước cách đây
mục cha
commit
38094d9c69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "smoltcp"
 version = "0.8.1"
-edition = "2018"
+edition = "2021"
 rust-version = "1.65"
 authors = ["whitequark <whitequark@whitequark.org>"]
 description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."