web: update cargo edition

This commit is contained in:
Bill Thiede 2024-10-30 19:59:06 -07:00
parent 66ada655fc
commit d7b4411017

View File

@ -7,7 +7,7 @@ description = "App Description"
categories = ["category"] categories = ["category"]
license = "MIT" license = "MIT"
readme = "./README.md" readme = "./README.md"
edition = "2018" edition = "2021"
[build-dependencies] [build-dependencies]
build-info-build = "0.0.38" build-info-build = "0.0.38"