-
Notifications
You must be signed in to change notification settings - Fork 245
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
chore: update Rust to 1.80.1 #4972
Conversation
Remove `cfg` attribute for non-existent `bigdecimal` feature in quaint test. Besides fixing a compiler warning, this also enables this test, which was previously skipped.
WASM Query Engine file Size
|
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 @aqrln!
Clippy is still failing due to unused |
@jkomyno yeah I saw that, I'll be able to take a look tonight |
CodSpeed Performance ReportMerging #4972 will not alter performanceComparing Summary
|
@@ -142,9 +142,9 @@ pub fn list_migrations(database_filename: &Path) -> Result<Vec<MigrationRecord>> | |||
let failed_at: Option<Timestamp> = row.get(4).unwrap(); | |||
|
|||
entries.push(MigrationRecord { | |||
id, | |||
_id: id, |
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.
Left these two for now to be safe in case they were intentionally left for future but they are currently unused and can be removed from both the struct and the SQL query.
time
dependency to fix compilation errorcfg
for non-existentbigdecimal
feature and thus enable an unintentionally disabled test