From 3eaeb11b18fd7138f5d48467cf47ef9fa5496848 Mon Sep 17 00:00:00 2001 From: Simone Date: Thu, 21 Sep 2023 13:43:35 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9e7ef7..de3d062 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,7 +536,7 @@ dependencies = [ [[package]] name = "caracal" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "cairo-lang-compiler", diff --git a/Cargo.toml b/Cargo.toml index f8f515c..abee038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "caracal" description = "Starknet smart contract static analysis tool" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html