From 40e44b31ddff5240c9d6a79e81c0780dfd0559d9 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Nov 2022 21:00:34 +0800 Subject: [PATCH] Update MSRV to 1.65 --- Cargo.toml | 2 +- sea-orm-cli/Cargo.toml | 2 +- sea-orm-codegen/Cargo.toml | 2 +- sea-orm-macros/Cargo.toml | 2 +- sea-orm-migration/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36e74faa..601f10d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,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" +rust-version = "1.65" [package.metadata.docs.rs] features = ["default", "sqlx-all", "mock", "runtime-async-std-native-tls"] diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 6d1680a8..9a23aea7 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -14,7 +14,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" +rust-version = "1.65" [lib] name = "sea_orm_cli" diff --git a/sea-orm-codegen/Cargo.toml b/sea-orm-codegen/Cargo.toml index 6c78d677..f8fc0bca 100644 --- a/sea-orm-codegen/Cargo.toml +++ b/sea-orm-codegen/Cargo.toml @@ -10,7 +10,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" +rust-version = "1.65" [lib] name = "sea_orm_codegen" diff --git a/sea-orm-macros/Cargo.toml b/sea-orm-macros/Cargo.toml index 28b1d8c4..e8e98cb5 100644 --- a/sea-orm-macros/Cargo.toml +++ b/sea-orm-macros/Cargo.toml @@ -10,7 +10,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" +rust-version = "1.65" [lib] name = "sea_orm_macros" diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index b796c225..f035c1de 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -13,7 +13,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" +rust-version = "1.65" [lib] name = "sea_orm_migration"