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.
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.
I reverted the assertions change. And modified the into_json logic instead 6cda01e.
🎉 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