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"
categories = ["database"]
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
rust-version = "1.60"
[package.metadata.docs.rs]
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" ]
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
default-run = "sea-orm-cli"
rust-version = "1.60"
[lib]
name = "sea_orm_cli"

View File

@ -9,6 +9,7 @@ documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm"
categories = ["database"]
keywords = ["sql", "mysql", "postgres", "sqlite"]
rust-version = "1.60"
[lib]
name = "sea_orm_codegen"

View File

@ -9,6 +9,7 @@ documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm"
categories = [ "database" ]
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
rust-version = "1.60"
[lib]
name = "sea_orm_macros"

View File

@ -12,6 +12,7 @@ documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm"
categories = [ "database" ]
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
rust-version = "1.60"
[lib]
name = "sea_orm_migration"