Skip to content

Commit

Permalink
0.5.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Jan 31, 2024
1 parent db514b2 commit b7e67b1
Show file tree
Hide file tree
Showing 25 changed files with 1,821 additions and 1,065 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
sudo apt-get install -y curl
- name: Download Dojo release artifact
# curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/dojo/releases/download/nightly/dojo_nightly_linux_amd64.tar.gz
run: |
curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/dojo/releases/download/v0.2.2/dojo_v0.2.2_linux_amd64.tar.gz
curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/dojo/releases/download/v0.5.1-alpha.2/dojo_v0.5.1-alpha.2_linux_amd64.tar.gz
tar -xzf dojo-linux-x86_64.tar.gz
sudo mv sozo /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
[[package]]
name = "dojo"
version = "0.5.0"
source = "git+https://github.com/dojoengine/dojo.git?tag=v0.5.0#41a48b8082456e29d35913c0b81d71382c020b35"
source = "git+https://github.com/dojoengine/dojo.git?tag=v0.5.1-alpha.2#1c0ea09137570545156a6cd96aa6f693fcdf9d24"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
sierra-replace-ids = true

[dependencies]
dojo = {git = "https://github.com/dojoengine/dojo.git", tag = "v0.5.0"}
dojo = {git = "https://github.com/dojoengine/dojo.git", tag = "v0.5.1-alpha.2"}
# dojo = {git = "https://github.com/dojoengine/dojo.git", rev = "d7f46502cba3d6462b68a4dfb07336377bca2678"}

[[target.dojo]]
Expand Down
Loading

0 comments on commit b7e67b1

Please sign in to comment.