Update MSRV to 1.65
This commit is contained in:
parent
712f3bf707
commit
40e44b31dd
@ -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"]
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user