From 7cb768613ed594f3565f21234e3bb6efc146c31e Mon Sep 17 00:00:00 2001 From: Dariusz Doktorski Date: Wed, 25 Sep 2024 17:29:48 +0200 Subject: [PATCH] Release v2.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9b67c8..a3a4199 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2663,7 +2663,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "universal-sierra-compiler" -version = "2.2.0" +version = "2.3.0" dependencies = [ "anyhow", "cairo-lang-casm 2.7.0", diff --git a/Cargo.toml b/Cargo.toml index d89b420..be484e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Universal-Sierra-Compiler is the tool for Sierra compilation. It homepage = "https://github.com/software-mansion/universal-sierra-compiler" readme = "README.md" repository = "https://github.com/software-mansion/universal-sierra-compiler" -version = "2.2.0" +version = "2.3.0" edition = "2021" license = "MIT"