1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 11:04:21 +00:00

Specify rust-version in Cargo.toml

This commit is contained in:
Steffo 2024-07-12 05:03:31 +02:00
parent 8dda2815a4
commit f2ad00f464
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -5,6 +5,7 @@ edition = "2021"
authors = [ authors = [
"Stefano Pigozzi <me@steffo.eu>" "Stefano Pigozzi <me@steffo.eu>"
] ]
rust-version = "1.71.0"
[dependencies] [dependencies]
anyhow = "1.0.86" anyhow = "1.0.86"