-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from jayvdb/update-msrv
Update MSRV to 1.63
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ members = [ | |
"dummy_derive", | ||
] | ||
|
||
resolver = "2" | ||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters