Switch all crates to edition 2021

This commit is contained in:
Oli Scherer
2025-03-05 09:51:32 +00:00
parent 6ac8049b92
commit e3a4165363
6 changed files with 10 additions and 9 deletions
+1
View File
@@ -5,6 +5,7 @@ members = [
"serde_derive_internals",
"test_suite",
]
resolver = "2"
[patch.crates-io]
serde = { path = "serde" }