Move to the new Rust edition

This commit is contained in:
ivmarkov 2024-01-10 07:50:39 +00:00
parent 27cd194097
commit e6cafb7e15

View File

@ -2,7 +2,7 @@
name = "esp-idf-hal"
version = "0.42.5"
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2018"
edition = "2021"
resolver = "2"
categories = ["embedded", "hardware-support"]
keywords = ["hal", "idf", "esp-idf", "esp32"]