Skip to content

Commit

Permalink
Merge pull request #5 from waywardmonkeys/broomdog-via-path
Browse files Browse the repository at this point in the history
dep: Don't use broomdog via path
  • Loading branch information
schell committed Sep 15, 2024
2 parents 2956d51 + bd4b237 commit 8c67108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moongraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tutorial = ["dep:aquamarine"]

[dependencies]
aquamarine = { version = "0.4.0", optional = true }
broomdog = { version = "0.1.1", path = "../../../broomdog" }
broomdog = { version = "0.1.1" }
dagga = { version = "0.2.1", default-features = false }
log = "0.4.17"
moongraph-macros = { path = "../moongraph-macros", version = "0.1.3", optional = true }
Expand Down

0 comments on commit 8c67108

Please sign in to comment.