Skip to content

Commit

Permalink
Specify rust-version in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeantoni committed Oct 18, 2023
1 parent ca87f0a commit 41a7563
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Helper crate for prost to allow JSON serialization and deserializ
readme = "README.md"
documentation = "https://docs.rs/prost-wkt-derive"
edition = "2021"
rust-version = "1.64"
rust-version = "1.60"

[workspace]
members = [ "wkt-build", "wkt-types", "example" ]
Expand Down
1 change: 1 addition & 0 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "prost-wkt-example"
version = "0.5.1"
authors = ["fdeantoni <fdeantoni@gmail.com>"]
edition = "2021"
rust-version = "1.60"

[dependencies]
prost = "0.12.1"
Expand Down
1 change: 1 addition & 0 deletions wkt-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description = "Helper crate for prost to allow JSON serialization and deserializ
readme = "../README.md"
documentation = "https://docs.rs/prost-wkt-build"
edition = "2021"
rust-version = "1.60"

[dependencies]
prost = "0.12.1"
Expand Down
1 change: 1 addition & 0 deletions wkt-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ documentation = "https://docs.rs/prost-wkt"
keywords = ["protobuf", "serde", "json"]
categories = ["encoding"]
edition = "2021"
rust-version = "1.60"

[lib]
doctest = false
Expand Down

0 comments on commit 41a7563

Please sign in to comment.