Skip to content

Commit

Permalink
[readme] Link to GitHub Releases (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Dec 8, 2023
1 parent e4b1f55 commit 5e77f3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -143,6 +143,12 @@ See our [MSRV policy].

[MSRV policy]: https://github.com/google/zerocopy/blob/main/POLICIES.md#msrv

## Changelog

Zerocopy uses [GitHub Releases].

[GitHub Releases]: https://github.com/google/zerocopy/releases

## Disclaimer

Disclaimer: Zerocopy is not an officially supported Google product.
6 changes: 6 additions & 0 deletions src/lib.rs
Expand Up @@ -142,6 +142,12 @@
//! See our [MSRV policy].
//!
//! [MSRV policy]: https://github.com/google/zerocopy/blob/main/POLICIES.md#msrv
//!
//! # Changelog
//!
//! Zerocopy uses [GitHub Releases].
//!
//! [GitHub Releases]: https://github.com/google/zerocopy/releases

// Sometimes we want to use lints which were added after our MSRV.
// `unknown_lints` is `warn` by default and we deny warnings in CI, so without
Expand Down

0 comments on commit 5e77f3c

Please sign in to comment.