Skip to content

Commit

Permalink
Document rust-version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev authored and TedDriggs committed Apr 8, 2024
1 parent efcab34 commit b199da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ implementing custom derives.
license = "MIT"
readme = "README.md"
edition = "2021"
rust-version = "1.56"
exclude = ["/.travis.yml", "/publish.sh", "/.github/**"]

[badges]
Expand Down
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ implementing custom derives. Use https://crates.io/crates/darling in your code.
"""
license = "MIT"
edition = "2021"
rust-version = "1.56"

[features]
diagnostics = []
Expand Down
1 change: 1 addition & 0 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ implementing custom derives. Use https://crates.io/crates/darling in your code.
"""
license = "MIT"
edition = "2021"
rust-version = "1.56"

[dependencies]
quote = "1.0.18"
Expand Down

0 comments on commit b199da7

Please sign in to comment.