chore: support Rust 1.75 (#4246)

* chore: fix wanrings

* chore: update rust version
This commit is contained in:
Nathan.fooo
2023-12-30 01:22:06 +08:00
committed by GitHub
parent 206ccb2c43
commit 50694bb589
31 changed files with 42 additions and 64 deletions

View File

@ -8,4 +8,4 @@ mod pragma;
pub use database::*;
pub use pool::*;
pub use errors::{Error, ErrorKind, Result};
pub use errors::Error;