Skip to content

Commit

Permalink
Fix dependencies (turns out, Cargo uses rev not commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Jun 6, 2024
1 parent b504713 commit 8e6f2c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ memofs = { version = "0.2.0", path = "crates/memofs" }
# rbx_reflection_database = "0.2.10"
# rbx_xml = "0.13.3"

rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "f6007d561bcde2d120922cec818c0765a00ec460" }

anyhow = "1.0.44"
backtrace = "0.3.61"
Expand Down

0 comments on commit 8e6f2c9

Please sign in to comment.