Skip to content

Commit 9ad99c2

Browse files
authored
bump version rc.2 (#115)
1 parent 7f29711 commit 9ad99c2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
DOJO_VERSION: v1.0.0-rc.1
10+
DOJO_VERSION: v1.0.0-rc.2
1111
SCARB_VERSION: 2.8.4
1212

1313
jobs:

Scarb.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ source = "git+https://github.com/bal7hazar/cubit?branch=cairo-2.8.4#6bce623d5c73
88

99
[[package]]
1010
name = "origami_algebra"
11-
version = "1.0.0-rc.1"
11+
version = "1.0.0-rc.2"
1212
dependencies = [
1313
"cubit",
1414
]
1515

1616
[[package]]
1717
name = "origami_defi"
18-
version = "1.0.0-rc.1"
18+
version = "1.0.0-rc.2"
1919
dependencies = [
2020
"cubit",
2121
]
2222

2323
[[package]]
2424
name = "origami_map"
25-
version = "1.0.0-rc.1"
25+
version = "1.0.0-rc.2"
2626

2727
[[package]]
2828
name = "origami_random"
29-
version = "1.0.0-rc.1"
29+
version = "1.0.0-rc.2"
3030

3131
[[package]]
3232
name = "origami_rating"
33-
version = "1.0.0-rc.1"
33+
version = "1.0.0-rc.2"
3434

3535
[[package]]
3636
name = "origami_security"
37-
version = "1.0.0-rc.1"
37+
version = "1.0.0-rc.2"

Scarb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "1.0.0-rc.1"
12+
version = "1.0.0-rc.2"
1313

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

0 commit comments

Comments
 (0)