Skip to content

Commit

Permalink
docs: disable docs.rs publication
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickvd committed Nov 20, 2024
1 parent 32c8d57 commit cf4319d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ protoc-bin-vendored = "3"
[profile.release]
lto = true
codegen-units = 1

[package.metadata.docs.rs]
# Disable documentation build on docs.rs
# Remove this section when ready to publish documentation
private = true

0 comments on commit cf4319d

Please sign in to comment.