Skip to content

Commit

Permalink
update msrv to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschemmel committed Jun 26, 2024
1 parent eb634d2 commit eb95b5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-info-build/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.70.0"
rust-version = "1.73.0"

[dependencies]
anyhow = "1"
Expand Down
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.70.0"
rust-version = "1.73.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.70.0"
rust-version = "1.73.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.70.0"
rust-version = "1.73.0"

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

0 comments on commit eb95b5e

Please sign in to comment.