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"