# HG changeset patch # User Tuomo Valkonen # Date 1670682238 -7200 # Node ID 62bdbff9a288960603682a7e9249395521fb99c3 # Parent 76e7d61874eb867820673ad525579c43250422e2 Add rust-version specification to Cargo.toml diff -r 76e7d61874eb -r 62bdbff9a288 Cargo.toml --- 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 "] description = "Utility routines for iterative numerical algorithms" homepage = "https://tuomov.iki.fi/software/alg_tools/"