From 590fef97c1d65017207ddba31d9f4cf3910ae1db Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 4 May 2024 12:59:55 +0800 Subject: [PATCH] Update MSRV to 1.63 --- Cargo.toml | 2 +- dummy_derive/Cargo.toml | 5 +++-- fake/Cargo.toml | 4 ++-- fake/src/locales/fr_fr.rs | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a112b4..3131db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ members = [ "dummy_derive", ] -resolver = "2" \ No newline at end of file +resolver = "2" diff --git a/dummy_derive/Cargo.toml b/dummy_derive/Cargo.toml index cb4b168..dfc63e8 100644 --- a/dummy_derive/Cargo.toml +++ b/dummy_derive/Cargo.toml @@ -4,11 +4,12 @@ version = "0.7.0" authors = ["cksac "] description = "Macros implementation of #[derive(Dummy)]" keywords = ["faker", "data", "random"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/cksac/fake-rs" homepage = "https://github.com/cksac/fake-rs" -edition = "2018" +edition = "2021" +rust-version = "1.63" [lib] proc-macro = true diff --git a/fake/Cargo.toml b/fake/Cargo.toml index e38d1d8..e2fa852 100644 --- a/fake/Cargo.toml +++ b/fake/Cargo.toml @@ -4,12 +4,12 @@ version = "2.9.2" authors = ["cksac "] description = "An easy to use library for generating fake data like name, number, address, lorem, dates, etc." keywords = ["faker", "data", "generator", "random"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/cksac/fake-rs" homepage = "https://github.com/cksac/fake-rs" edition = "2021" -rust-version = "1.56" +rust-version = "1.63" [package.metadata.docs.rs] all-features = true diff --git a/fake/src/locales/fr_fr.rs b/fake/src/locales/fr_fr.rs index 4753784..9995995 100644 --- a/fake/src/locales/fr_fr.rs +++ b/fake/src/locales/fr_fr.rs @@ -10,7 +10,7 @@ impl Data for FR_FR { // https://www.insee.fr/fr/statistiques/3532172 // https://www.oise.gouv.fr/contenu/telechargement/68118/413742/file/liste_alphabetique_des_prenoms_masculins_acceptes_pour_une_demande_de_francisation.pdf // https://www.herault.gouv.fr/content/download/39729/260550/file/Pr%C3%A9noms%20f%C3%A9minin%20pdf.pdf - // + // const NAME_FIRST_NAME: &'static [&'static str] = &[ "Aaron", "Abel",