From a6bcf4a5471d3673d23fda30fc55f7b333f4ec14 Mon Sep 17 00:00:00 2001 From: "Lucas @ StarkWare" <70894690+LucasLvy@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:12:09 +0200 Subject: [PATCH] chore: bump version (#79) --- crates/starknet-types-core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/starknet-types-core/Cargo.toml b/crates/starknet-types-core/Cargo.toml index 337bb44..8ebcf93 100644 --- a/crates/starknet-types-core/Cargo.toml +++ b/crates/starknet-types-core/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "starknet-types-core" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" homepage = "https://github.com/starknet-io/types-rs" repository = "https://github.com/starknet-io/types-rs" -categories = ["types", "math", "crypto"] +categories = ["mathematics", "cryptography"] keywords = ["stark", "zkp", "cairo"] description = "Core types representation for Starknet" readme = "README.md"