Set minimal rustc version
This commit is contained in:
parent
2b0ac51532
commit
2731878d0e
@ -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"]
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user