diff --git a/Cargo.lock b/Cargo.lock index d85a2ce..fd2833a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2851,7 +2851,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "universal-sierra-compiler" -version = "2.0.0" +version = "2.1.0" dependencies = [ "anyhow", "cairo-lang-casm 2.6.0", diff --git a/Cargo.toml b/Cargo.toml index d11888d..c7546c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/software-mansion/universal-sierra-compiler" documentation = "https://github.com/software-mansion/universal-sierra-compiler/blob/master/README.md" readme = "README.md" repository = "https://github.com/software-mansion/universal-sierra-compiler" -version = "2.0.0" +version = "2.1.0" edition = "2021" license = "MIT"