Skip to content

Commit

Permalink
Release 0.6.0 - bump cairo-* to non-rc 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Chase committed Dec 11, 2023
1 parent 09b2a41 commit 01484d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet_api"
version = "0.6.0-rc3"
version = "0.6.0"
edition = "2021"
repository = "https://github.com/starkware-libs/starknet-api"
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ description = "Starknet Rust types related to computation and execution."
testing = []

[dependencies]
cairo-lang-starknet = "2.4.0-rc5"
cairo-lang-starknet = "2.4.0"
derive_more = "0.99.17"
hex = "0.4.3"
indexmap = { version = "2.1.0", features = ["serde"] }
Expand Down

0 comments on commit 01484d8

Please sign in to comment.