Skip to content

Commit

Permalink
⬆️ upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkac committed Oct 30, 2024
1 parent 1c2f41a commit 0441686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = 1

[[package]]
name = "erc4906"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"openzeppelin",
"snforge_std",
Expand Down
8 changes: 5 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "erc4906"
version = "0.1.0"
version = "0.2.0"
edition = "2024_07"
cairo-version = "2.8.4"
authors = ["Tekkac <[email protected]>"]

[lib]

[dependencies]
starknet = ">=2.8.0"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.18.0" }
Expand All @@ -13,8 +15,8 @@ openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", ta
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.26.0" }

[[target.starknet-contract]]
#sierra = true
#casm = false
sierra = true
casm = false

[scripts]
test = "snforge test"

0 comments on commit 0441686

Please sign in to comment.