-
Notifications
You must be signed in to change notification settings - Fork 11
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
update deps #48
update deps #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! If you made the changes to the dependency and bump the Cargo.toml, I will publish the new version.
proc-macro2 = "1" | ||
serde = { version = "1", features = ["derive"] } | ||
serde_json = "1" | ||
scylla = "0.14.0" # This crate is specifically build for this version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This specific version dependency is fine, for the others, please remove the patch version :) so x.y and not x.y.z
ok bumped workspace version 0.2.0, there are breaking changes:
|
@gabriel-v LGTM, do you know why this error occurs on the CI? https://github.com/Jasperav/Catalytic/actions/runs/11437836428/job/31829718889?pr=48. If the CI is ok, I will publish the new version! |
here you go https://github.com/gabriel-v/Catalytic/actions/runs/11445259484 errors in order:
|
Thanks a lot @gabriel-v, I published the changes! |
Scylla v0.14 and all of the others
Added new dev dependency for running all the tests that were starting with "truncate table" serially instead of in parallel ( i got some errors until i figured out to run with --test-thread=1 )