Update rust edition to 2021 (#3834)

* build: update rust edition 2021

* fix: add missed build to grin_p2p from staging branch

* cargo: format all
This commit is contained in:
ardocrat
2026-05-14 13:15:44 +03:00
committed by GitHub
parent 894d9e5551
commit 55d465beb2
23 changed files with 41 additions and 61 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"
build = "src/build/build.rs"
[dependencies]