From d38be72ee18dc4bb591568af46715072857ea372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Sat, 11 Mar 2023 17:08:04 +0100 Subject: [PATCH] release v0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69d212fa..743a722a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "devela" description = "rust development helper & extension utilities" -version = "0.1.6" +version = "0.1.7" edition = "2018" # 2021 increases MSRV to 1.56.1 rust-version = "1.41.1" # checked for v0.1.4 authors = ["José Luis Cruz "]