Skip to content

Commit

Permalink
Sync readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Oct 15, 2024
1 parent 57941ae commit 5b83356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protobuf-codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protobuf_codegen::Codegen::new()
If you have to.

(Note `protoc` can be invoked programmatically with
[protoc crate](https://docs.rs/protoc/%3E=3.1.0-alpha))
[protoc crate](https://docs.rs/protoc/))

0) Install protobuf for `protoc` binary.

Expand Down
2 changes: 1 addition & 1 deletion protobuf-codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//! If you have to.
//!
//! (Note `protoc` can be invoked programmatically with
//! [protoc crate](https://docs.rs/protoc/%3E=3.0.0-alpha))
//! [protoc crate](https://docs.rs/protoc/))
//!
//! 0) Install protobuf for `protoc` binary.
//!
Expand Down

0 comments on commit 5b83356

Please sign in to comment.