Update MSRV to 1.65

This commit is contained in:
Chris Tsang 2022-11-06 21:00:34 +08:00
parent 712f3bf707
commit 40e44b31dd
5 changed files with 5 additions and 5 deletions

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.60" rust-version = "1.65"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = ["default", "sqlx-all", "mock", "runtime-async-std-native-tls"] features = ["default", "sqlx-all", "mock", "runtime-async-std-native-tls"]

View File

@ -14,7 +14,7 @@ repository = "https://github.com/SeaQL/sea-orm"
categories = ["database"] categories = ["database"]
keywords = ["async", "orm", "mysql", "postgres", "sqlite"] keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
default-run = "sea-orm-cli" default-run = "sea-orm-cli"
rust-version = "1.60" rust-version = "1.65"
[lib] [lib]
name = "sea_orm_cli" name = "sea_orm_cli"

View File

@ -10,7 +10,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 = ["sql", "mysql", "postgres", "sqlite"] keywords = ["sql", "mysql", "postgres", "sqlite"]
rust-version = "1.60" rust-version = "1.65"
[lib] [lib]
name = "sea_orm_codegen" name = "sea_orm_codegen"

View File

@ -10,7 +10,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.60" rust-version = "1.65"
[lib] [lib]
name = "sea_orm_macros" name = "sea_orm_macros"

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.60" rust-version = "1.65"
[lib] [lib]
name = "sea_orm_migration" name = "sea_orm_migration"