mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("Hello world");
|
||||
}
|
||||
@ -744,7 +744,7 @@ where
|
||||
query.push_str(format!(") _ WHERE top_n <= {}", top_n.count).as_str());
|
||||
}
|
||||
|
||||
println!("{}", query);
|
||||
logger::debug!(%query);
|
||||
|
||||
Ok(query)
|
||||
}
|
||||
@ -762,7 +762,7 @@ where
|
||||
.build_query()
|
||||
.change_context(QueryBuildingError::SqlSerializeError)
|
||||
.attach_printable("Failed to execute query")?;
|
||||
logger::debug!(?query);
|
||||
|
||||
Ok(store.load_results(query.as_str()).await)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user