1
0
forked from M-Labs/nac3

meta: Update to Rust Edition 2021

This commit is contained in:
2023-09-15 10:25:50 +08:00
parent ff27e22ee6
commit eb63f2ad48
8 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
name = "nac3ld"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2018"
edition = "2021"
[dependencies]
byteorder = { version = "1.4", default-features = false }