-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Bump SQLx to 0.8 #2305
Bump SQLx to 0.8 #2305
Conversation
tests/uuid_tests.rs
Outdated
"type": metadata.ty, | ||
"key": metadata.key, | ||
"value": 1.18, | ||
"bytes": "\u{1}\u{2}\u{3}", |
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.
everything else looks good... except this. bytes (Vec<u8>
) now becomes a string ?
this is not workable, as the byte content can be invalid utf8
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.
I reverted the assertions change. And modified the into_json
logic instead 6cda01e.
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.
Great!
🎉 Released In 1.1.0-rc.1 🎉Thank you everyone for the contribution! |
🎉 Released In 1.1.0 🎉Thank you everyone for the contribution! |
PR Info
Close support sqlx v0.8 #2310
Dependencies:
Changes