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

Hard dependency on yanked refinery version? #70

Closed
richardstephens opened this issue Nov 14, 2024 · 1 comment
Closed

Hard dependency on yanked refinery version? #70

richardstephens opened this issue Nov 14, 2024 · 1 comment

Comments

@richardstephens
Copy link

When setting up a new project with migrations through refinery, cargo resits adding the dependency because klickhouse depends on refinery 0.8.13, which has been yanked.

It looks like the issue that caused it to be yanked probably isn't anything to worry about, so I was able to add the dep with

`cargo +nightly  -Zunstable-options update --precise 0.8.13 refinery`

but would it be possible to update the dependency to 0.8.14?

@Protryon
Copy link
Owner

Fixed, released 0.13.2

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

No branches or pull requests

2 participants