From 88a0ca2549be6b44b6734988152e41c36954064b Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Tue, 14 Nov 2023 23:09:49 +0100 Subject: [PATCH] chore: Release mesa version 0.17.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2d04d1..6d65cc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "mesa" description = "A library for Shasta" -version = "0.17.1" +version = "0.17.2" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/mesa/blob/main/README.md" homepage = "https://github.com/eth-cscs/mesa/blob/main/README.md"