Skip to content

Commit

Permalink
ci: Change rivets dependancy target to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Aug 10, 2024
1 parent d7b7190 commit f85ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
rivets = { path = "../rivets" }
rivets = { git = "https://github.com/factorio-rivets/rivets" }
retour = { version = "0.3", features = ["static-detour"] }
anyhow = "1.0.86"
ctor = "0.2.8"
Expand Down

0 comments on commit f85ce63

Please sign in to comment.