Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: Don't use broomdog via path #5

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

waywardmonkeys
Copy link
Contributor

No description provided.

@@ -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" }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you run into an error with this? Maybe I had erroneously assumed that this would only use the path if it existed, but would otherwise load from crates.io?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, you know this is probably just left over from when this crate lived in a workspace with others.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When building locally / from git, it didn't work as it didn't find it at the path.

Copy link
Owner

@schell schell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@schell schell merged commit 8c67108 into schell:main Sep 15, 2024
1 check passed
@waywardmonkeys waywardmonkeys deleted the broomdog-via-path branch September 16, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants