Skip to content

Commit

Permalink
⬆️ scarb 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jan 30, 2024
1 parent bbacace commit 4748e45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.3.1
scarb 2.5.1
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
alexandria_math = { git = "https://github.com/keep-starknet-strange/alexandria.git" }
pragma_lib = { git = "https://github.com/astraly-labs/pragma-lib" }
starknet = ">=2.3.1"
starknet = ">=2.5.1"


[[target.starknet-contract]]
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/contract_cairo0.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod HackTemplate {
summary_stats: ContractAddress,
}

#[external(v0)]
#[abi(embed_v0)]
impl HackTemplateABIImpl of HackTemplateABI<ContractState> {
fn initializer(
ref self: ContractState,
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/contract_cairo1.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mod HackTemplate {
summary_stats: ContractAddress,
}

#[external(v0)]
#[abi(embed_v0)]
impl HackTemplateABIImpl of HackTemplateABI<ContractState> {
fn initializer(
ref self: ContractState,
Expand Down

0 comments on commit 4748e45

Please sign in to comment.