Switch to Rust 2021.

This commit is contained in:
Dario Nieuwenhuis 2023-01-02 00:19:59 +01:00
parent b07707dd52
commit 38094d9c69

View File

@ -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."