Skip to content

Commit

Permalink
bump version rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Nov 10, 2024
1 parent 7f29711 commit 6447deb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
DOJO_VERSION: v1.0.0-rc.1
DOJO_VERSION: v1.0.0-rc.2
SCARB_VERSION: 2.8.4

jobs:
Expand Down
12 changes: 6 additions & 6 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ source = "git+https://github.com/bal7hazar/cubit?branch=cairo-2.8.4#6bce623d5c73

[[package]]
name = "origami_algebra"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
dependencies = [
"cubit",
]

[[package]]
name = "origami_defi"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
dependencies = [
"cubit",
]

[[package]]
name = "origami_map"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"

[[package]]
name = "origami_random"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"

[[package]]
name = "origami_rating"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"

[[package]]
name = "origami_security"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ members = [
]

[workspace.package]
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"

[workspace.dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-rc.1" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-rc.2" }
# dojo = { path = "../dojo/crates/dojo-core" }
cubit = { git = "https://github.com/bal7hazar/cubit", branch = "cairo-2.8.4" }
starknet = "^2.8.4"
Expand Down

0 comments on commit 6447deb

Please sign in to comment.