Skip to content

Commit

Permalink
chore: bump scarb
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 30, 2024
1 parent 479b698 commit 33f4efc
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 40 deletions.
128 changes: 92 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ rstest_reuse = "0.6.0"
salsa = "0.16.1"
#scarb = { git = "https://github.com/software-mansion/scarb", tag = "v2.8.4" }
#scarb-ui = { git = "https://github.com/software-mansion/scarb", tag = "v2.8.4" }
#scarb = { git = "https://github.com/dojoengine/scarb", branch = "dojo-284" }
#scarb-ui = { git = "https://github.com/dojoengine/scarb", branch = "dojo-284" }
scarb = { path = "/Users/glihm/swm/scarb/scarb" }
scarb-ui = { path = "/Users/glihm/swm/scarb/utils/scarb-ui" }
scarb = { git = "https://github.com/dojoengine/scarb", branch = "dojo-284" }
scarb-ui = { git = "https://github.com/dojoengine/scarb", branch = "dojo-284" }
#scarb = { path = "/Users/glihm/swm/scarb/scarb" }
#scarb-ui = { path = "/Users/glihm/swm/scarb/utils/scarb-ui" }
semver = "1.0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = { version = "1.0", features = [ "arbitrary_precision" ] }
Expand Down

0 comments on commit 33f4efc

Please sign in to comment.