# HG changeset patch # User Tuomo Valkonen # Date 1670682158 -7200 # Node ID 9fb8ecb3da74e982021fc8059e4b122843718a64 # Parent 90f77ad9a98d808a772fae0c63e9ad9c7b46eec8 Add rust-version specification to Cargo.toml diff -r 90f77ad9a98d -r 9fb8ecb3da74 Cargo.toml --- 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 "] description = "Algorithms for point source localisation" homepage = "https://tuomov.iki.fi/software/pointsource_algs/"