From c08e333da8947a76f8a7c1b341b6737588ac53a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Tr=C4=85tnowiecki?= Date: Tue, 21 Apr 2026 21:22:47 +0200 Subject: [PATCH] Prepare release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9e0a66..72904e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "cairo-toolchain-xtasks" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0382da1..acd2206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-toolchain-xtasks" -version = "1.3.1" +version = "1.3.2" edition = "2024" rust-version = "1.85.0"