Skip to content

Commit

Permalink
Set rust-version to 1.70.0. (fix #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 15, 2024
1 parent 1939704 commit 72bbc9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:
run: cargo +stable test --verbose --no-run
- name: Run tests (minimal versions)
run: cargo +stable test --verbose
- uses: taiki-e/install-action@cargo-hack
- name: Check msrv
run: cargo hack check --rust-version --workspace --all-targets --ignore-private
1 change: 1 addition & 0 deletions parse-display-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["derive", "enum", "from_str", "display", "regex"]
categories = ["parsing"]
description = "Procedural macro to implement Display and FromStr using common settings."
edition = "2021"
rust-version = "1.70.0"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions parse-display-with/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ documentation = "https://docs.rs/parse-display-with/"
keywords = ["parse-display"]
categories = ["parsing"]
description = "Custom formatting/parsing utilities for parse-display."
rust-version = "1.70.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions parse-display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ keywords = ["derive", "enum", "from_str", "display", "regex"]
categories = ["parsing"]
description = "Procedural macro to implement Display and FromStr using common settings."
include = ["/src/**"]
rust-version = "1.70.0"

[features]
default = ["std"]
Expand Down

0 comments on commit 72bbc9d

Please sign in to comment.