Set minimal rustc version

This commit is contained in:
Ivan Krivosheev 2022-08-07 02:34:43 +03:00
parent 2b0ac51532
commit 2731878d0e
5 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,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"
[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

@ -13,6 +13,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"
[lib] [lib]
name = "sea_orm_cli" name = "sea_orm_cli"

View File

@ -9,6 +9,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"
[lib] [lib]
name = "sea_orm_codegen" name = "sea_orm_codegen"

View File

@ -9,6 +9,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"
[lib] [lib]
name = "sea_orm_macros" name = "sea_orm_macros"

View File

@ -12,6 +12,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"
[lib] [lib]
name = "sea_orm_migration" name = "sea_orm_migration"