Skip to content

Commit

Permalink
chore: road to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Aug 14, 2024
1 parent 26b98ad commit 48898f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "token_bound_accounts"
version = "0.2.1"
version = "0.3.0"
edition = "2023_10"
authors = ["Horus Labs <[email protected]>"]
description = "A port of ERC6551 to Starknet"
repository = "https://github.com/horuslabsio/TBA/blob/main/Scarb.toml"
license-file = "LICENSE"
keywords = ["ERC6551", "tokenbound", "cairo", "contracts", "starknet", "standards"]
readme = "README.md"
cairo_version = "2.6.0"
cairo_version = "2.7.0"
homepage = "https://www.tbaexplorer.com/"
documentation = "https://github.com/horuslabsio/TBA-SDK"

Expand All @@ -22,10 +22,10 @@ casm = true
[lib]

[dependencies]
starknet = "2.6.0"
starknet = "2.7.0"

[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.20.1" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.27.0" }

[tool.snforge]
# exit_first = true

0 comments on commit 48898f3

Please sign in to comment.