Skip to content

Commit

Permalink
update msrv to 1.75 due to derive_more dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschemmel committed Aug 12, 2024
1 parent 4779118 commit 47af406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-info-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/danielschemmel/build-info/"
license = "MIT OR Apache-2.0"

edition = "2021"
rust-version = "1.73.0"
rust-version = "1.75.0"

[dependencies]
chrono = { version = "0.4.23", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion build-info-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/danielschemmel/build-info/"
license = "MIT OR Apache-2.0"

edition = "2021"
rust-version = "1.73.0"
rust-version = "1.75.0"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion build-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/danielschemmel/build-info/"
license = "MIT OR Apache-2.0"

edition = "2021"
rust-version = "1.73.0"
rust-version = "1.75.0"

[dependencies]
build-info-common = { version = "=0.0.37", path = "../build-info-common", optional = true, features = ["serde"] }
Expand Down

0 comments on commit 47af406

Please sign in to comment.