From 0412a0d6408d39cff664df96afaa314a958b50dc Mon Sep 17 00:00:00 2001 From: Santiago Pittella <87827390+SantiagoPittella@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:34:31 -0300 Subject: [PATCH] bump version of starknet deps (#1299) * bump version of starknet deps to rc6 * update CHANGELOG --------- Co-authored-by: Juan Bono --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc1dfed7b..b6dda8ca36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ * chore: use LambdaWorks' implementation of bit operations for `Felt252` [#1291](https://github.com/lambdaclass/cairo-vm/pull/1291) -* update `cairo-lang-starknet` and `cairo-lang-casm` dependencies to v2.0.0-rc5 [#1297](https://github.com/lambdaclass/cairo-vm/pull/1297) +* update `cairo-lang-starknet` and `cairo-lang-casm` dependencies to v2.0.0-rc6 [#1299](https://github.com/lambdaclass/cairo-vm/pull/1299) #### [0.8.0] - 2023-6-26 diff --git a/Cargo.toml b/Cargo.toml index 63d369949b..351e575c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,8 +59,8 @@ thiserror-no-std = { version = "2.0.2", default-features = false } bitvec = { version = "1", default-features = false, features = ["alloc"] } # Dependencies for cairo-1-hints feature -cairo-lang-starknet = { version = "2.0.0-rc5", default-features = false } -cairo-lang-casm = { version = "2.0.0-rc5", default-features = false } +cairo-lang-starknet = { version = "2.0.0-rc6", default-features = false } +cairo-lang-casm = { version = "2.0.0-rc6", default-features = false } # TODO: check these dependencies for wasm compatibility ark-ff = { version = "0.4.0-alpha.7", default-features = false }