| commit | b8764f0941a6a5d500c48671716f0de81eb1dcaf | [log] [tgz] |
|---|---|---|
| author | Derek Benson <derekbenson@google.com> | Wed Sep 04 15:33:05 2024 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 04 15:36:45 2024 -0700 |
| tree | 47ff23f8190cf3ea6c14c483677f8e51481f7443 | |
| parent | f4c04a885172fad8fd1580922b49c7d3bebf001b [diff] |
add MSRV to the protobuf crate PiperOrigin-RevId: 671124202
diff --git a/rust/cargo/Cargo.toml b/rust/cargo/Cargo.toml index 7a389e7..2ed8756 100644 --- a/rust/cargo/Cargo.toml +++ b/rust/cargo/Cargo.toml
@@ -11,6 +11,7 @@ edition = "2021" links = "libupb" license = "BSD-3-Clause" +rust-version = "1.74" [lib] path = "src/shared.rs"