-
Notifications
You must be signed in to change notification settings - Fork 5
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
[PLATFORM-514]: [Esrs] Update sqlx & uuid #91
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.
top
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.
Could we support both uuid 0.8 and 1.x with a version range constraint like ">=0.8.0, <2.0.0"
?
It seems we only use the Uuid::new_v4
function
nvm, given that sqlx supports only uuid 1.x it makes sense to raise the requirement
We had to bump the min version of Rust to 1.58 do to problems with resolving |
Co-authored-by: Simone Cottini <[email protected]>
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.
We could add this to the Cargo.toml:
rust-version = "1.58.0"
See https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
https://prima-assicurazioni-spa.myjetbrains.com/youtrack/issue/PLATFORM-514