diff --git a/Cargo.toml b/Cargo.toml index 78b44ce85..71cabda82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "A Protocol Buffers implementation for the Rust Language." keywords = ["protobuf", "serialization"] categories = ["encoding"] edition = "2021" -rust-version = "1.56" +rust-version = "1.60" [workspace] members = [ diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 8becedda2..4215d5c96 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-build" readme = "README.md" description = "A Protocol Buffers implementation for the Rust Language." edition = "2021" -rust-version = "1.56" +rust-version = "1.60" [features] default = ["format"] @@ -43,4 +43,3 @@ pulldown-cmark-to-cmark = { version = "10.0.1", optional = true } [dev-dependencies] env_logger = { version = "0.8", default-features = false } - diff --git a/prost-derive/Cargo.toml b/prost-derive/Cargo.toml index aae88f797..68c5d8e88 100644 --- a/prost-derive/Cargo.toml +++ b/prost-derive/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-derive" readme = "README.md" description = "A Protocol Buffers implementation for the Rust Language." edition = "2021" -rust-version = "1.56" +rust-version = "1.60" [lib] proc_macro = true diff --git a/prost-types/Cargo.toml b/prost-types/Cargo.toml index 678dab766..0f6e80213 100644 --- a/prost-types/Cargo.toml +++ b/prost-types/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-types" readme = "README.md" description = "A Protocol Buffers implementation for the Rust Language." edition = "2021" -rust-version = "1.56" +rust-version = "1.60" [lib] doctest = false