Add rust-version specification to Cargo.toml

Sat, 10 Dec 2022 16:23:58 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sat, 10 Dec 2022 16:23:58 +0200
changeset 21
62bdbff9a288
parent 20
76e7d61874eb
child 22
013274b0b388

Add rust-version specification to Cargo.toml

Cargo.toml file | annotate | diff | comparison | revisions
--- a/Cargo.toml	Wed Dec 07 09:19:21 2022 +0200
+++ b/Cargo.toml	Sat Dec 10 16:23:58 2022 +0200
@@ -2,6 +2,7 @@
 name = "alg_tools"
 version = "0.1.0"
 edition = "2021"
+rust-version = "1.67"
 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
 description = "Utility routines for iterative numerical algorithms"
 homepage = "https://tuomov.iki.fi/software/alg_tools/"

mercurial