Add rust-version specification to Cargo.toml

Sat, 10 Dec 2022 16:22:38 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sat, 10 Dec 2022 16:22:38 +0200
changeset 22
9fb8ecb3da74
parent 20
90f77ad9a98d
child 23
9869fa1e0ccd

Add rust-version specification to Cargo.toml

Cargo.toml file | annotate | diff | comparison | revisions
--- a/Cargo.toml	Fri Dec 09 14:10:48 2022 +0200
+++ b/Cargo.toml	Sat Dec 10 16:22:38 2022 +0200
@@ -2,6 +2,7 @@
 name = "pointsource_algs"
 version = "1.0.0"
 edition = "2021"
+rust-version = "1.67"
 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
 description = "Algorithms for point source localisation"
 homepage = "https://tuomov.iki.fi/software/pointsource_algs/"

mercurial