Update to edition 2021 (#1808)

* Update to edition 2021

* Fix running tests
This commit is contained in:
Paolo Barbolini
2022-04-15 21:52:00 +02:00
committed by GitHub
parent fee8c60fe0
commit fc9c9be5e8
30 changed files with 31 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
name = "sqlx-cli"
version = "0.5.12"
description = "Command-line utility for SQLx, the Rust SQL toolkit."
edition = "2018"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/launchbadge/sqlx"
repository = "https://github.com/launchbadge/sqlx"