From b5d24048fb7f717486717e42f8f4ed4b15021173 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Thu, 21 Dec 2023 21:10:32 +0100 Subject: [PATCH] chore: Release mesa version 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e76bbde..d17e96a 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.18.0" +version = "0.19.0" 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"