Browse Source

Switch to Rust 2021.

Dario Nieuwenhuis 2 years ago
parent
commit
38094d9c69
1 changed files with 1 additions and 1 deletions
  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."