Bump rust version

This commit is contained in:
Chris Tsang 2024-12-01 13:20:37 +00:00
parent 5f1a9d2a46
commit 2eb398efa9

View File

@ -13,7 +13,7 @@ documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm" repository = "https://github.com/SeaQL/sea-orm"
categories = ["database"] categories = ["database"]
keywords = ["async", "orm", "mysql", "postgres", "sqlite"] keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
rust-version = "1.65" rust-version = "1.81"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = ["default", "sqlx-all", "mock", "proxy", "runtime-async-std-native-tls", "postgres-array", "sea-orm-internal"] features = ["default", "sqlx-all", "mock", "proxy", "runtime-async-std-native-tls", "postgres-array", "sea-orm-internal"]