Skip to content

Commit

Permalink
Merge pull request #182 from jayvdb/update-msrv
Browse files Browse the repository at this point in the history
Update MSRV to 1.63
  • Loading branch information
llogiq committed May 5, 2024
2 parents bb89952 + 590fef9 commit 270b1b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ members = [
"dummy_derive",
]

resolver = "2"
resolver = "2"
5 changes: 3 additions & 2 deletions dummy_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ version = "0.7.0"
authors = ["cksac <[email protected]>"]
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
Expand Down
4 changes: 2 additions & 2 deletions fake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "2.9.2"
authors = ["cksac <[email protected]>"]
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
Expand Down
2 changes: 1 addition & 1 deletion fake/src/locales/fr_fr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 270b1b5

Please sign in to comment.