Skip to content

Commit

Permalink
chore: update to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Sep 7, 2023
1 parent e84a6e5 commit d0afa5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion listings/ch03-optimisations/store_using_packing/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name = "store_using_packing"
version = "0.1.0"

[dependencies]
starknet = ">=2.1.0"
starknet = ">=2.2.0"

[[target.starknet-contract]]
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ mod tests {
use starknet::class_hash::Felt252TryIntoClassHash;

use debug::PrintTrait;
use option::OptionTrait;
use traits::{Into, TryInto};
use result::ResultTrait;
use array::{ArrayTrait, SpanTrait};

#[test]
#[available_gas(20000000)]
Expand Down

0 comments on commit d0afa5a

Please sign in to comment.