mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-15 09:42:45 +02:00
chore: update to rust 1.88 (#2815)
* chore: update to rust 1.88 * clippy + fmt * update ci version * update flake
This commit is contained in:
@ -55,8 +55,7 @@ impl Database for Postgres {
|
||||
|
||||
if pg_major_version < MIN_PG_VERSION {
|
||||
return Err(DbError::Other(eyre::Report::msg(format!(
|
||||
"unsupported PostgreSQL version {}, minimum required is {}",
|
||||
pg_major_version, MIN_PG_VERSION
|
||||
"unsupported PostgreSQL version {pg_major_version}, minimum required is {MIN_PG_VERSION}"
|
||||
))));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user