Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify MSRV in protobuf crate #746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Unchanged files with check annotations Beta

use protobuf::OneofFull;

Check warning on line 1 in test-crates/protobuf-codegen-protoc-test/src/common/v2/test_oneof_nonexhaustive.rs

GitHub Actions / linux stable (with-bytes)

unused import: `protobuf::OneofFull`
use protobuf_test_common::*;

Check warning on line 2 in test-crates/protobuf-codegen-protoc-test/src/common/v2/test_oneof_nonexhaustive.rs

GitHub Actions / linux stable (with-bytes)

unused import: `protobuf_test_common::*`
use super::test_oneof_nonexhaustive_pb::*;
test_serialize_deserialize("08 0a", &m);
// test it doesn't crash
format!("{:?}", m);

Check warning on line 12 in test-crates/protobuf-codegen-protoc-test/src/common/v2/test_enable_lite_runtime.rs

GitHub Actions / linux stable (with-bytes)

unused return value of `must_use` that must be used
}
/// from API Services, which represent a concrete implementation of an interface
/// as opposed to simply a description of methods and bindings. They are also
/// sometimes simply referred to as "APIs" in other contexts, such as the name of
/// this message itself. See https://cloud.google.com/apis/design/glossary for

Check warning on line 30 in protobuf/src/well_known_types/api.rs

GitHub Actions / linux nightly (all features)

this URL is not a hyperlink

Check warning on line 30 in protobuf/src/well_known_types/api.rs

GitHub Actions / linux stable (default features)

this URL is not a hyperlink

Check warning on line 30 in protobuf/src/well_known_types/api.rs

GitHub Actions / linux beta (default features)

this URL is not a hyperlink
/// detailed terminology.
// @@protoc_insertion_point(message:google.protobuf.Api)
#[derive(PartialEq,Clone,Default,Debug)]