build: update rust edition 2021

This commit is contained in:
ardocrat
2026-05-14 11:57:20 +03:00
parent db2923a147
commit 473f9f33ad
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
repository = "https://github.com/mimblewimble/grin"
keywords = [ "crypto", "grin", "mimblewimble" ]
workspace = '..'
edition = "2018"
edition = "2021"
[dependencies]
byteorder = "1"