Skip to content

Commit

Permalink
Specify MSRV in protobuf crate
Browse files Browse the repository at this point in the history
The protobuf-codegen crate fails to compile
with Rust 1.71.0 due to code in this crate,
so mark the MSRV in this crate correctly.
  • Loading branch information
varungandhi-src authored Oct 17, 2024
1 parent a542121 commit 9dfcb8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.
description = """
Rust implementation of Google protocol buffers
"""
rust-version = "1.74.0"

[lib]
bench = false
Expand Down

0 comments on commit 9dfcb8e

Please sign in to comment.