Skip to content

Commit

Permalink
remove dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 27, 2024
1 parent ad84e37 commit d4ffd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions examples/contracts/aggregator_consumer/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ test = "snforge test"
[dependencies]
chainlink = { path = "../../../contracts" }
starknet = "2.8.0"

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

[lib]
Expand Down
6 changes: 3 additions & 3 deletions examples/contracts/aggregator_consumer/scripts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "src"
version = "0.1.0"
cairo-version = "2.7.1"
cairo-version = "2.8.0"

# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
sncast_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.27.0" }
sncast_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.2.0" }
chainlink = { path = "../../../../contracts" }
aggregator_consumer = { path = "../" }
starknet = "2.7.1"
starknet = "2.8.0"

[lib]
casm = true
Expand Down

0 comments on commit d4ffd5d

Please sign in to comment.