Merge pull request #1267 from gwenn/clippy

[breaking change] Update edition from 2018 to 2021
This commit is contained in:
gwenn
2023-06-17 07:44:02 +02:00
committed by GitHub
15 changed files with 45 additions and 71 deletions

View File

@@ -3,7 +3,7 @@ name = "rusqlite"
# Note: Update version in README.md when you change this.
version = "0.29.0"
authors = ["The rusqlite developers"]
edition = "2018"
edition = "2021"
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/rusqlite/rusqlite"
documentation = "https://docs.rs/rusqlite/"