File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ style="color:red;">compile error</span>. Pick two.</span>***
21
21
Zerocopy makes zero-cost memory manipulation effortless. We write ` unsafe `
22
22
so you don't have to.
23
23
24
- * Thanks for your interest in zerocopy's 0.8 alpha release ! For an overview
25
- of what changes from 0.7, check out our [ draft release
26
- notes ] [ release-notes ] .*
24
+ * Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25
+ check out our [ release notes ] [ release-notes ] , which include a step-by-step
26
+ guide for upgrading from 0.7 .*
27
27
28
28
[ customer-request-issue ] : https://github.com/google/zerocopy/issues/new/choose
29
- [ release-notes ] : https://github.com/google/zerocopy/discussions/1288
29
+ [ release-notes ] : https://github.com/google/zerocopy/discussions/1680
30
30
31
31
## Overview
32
32
Original file line number Diff line number Diff line change 21
21
//! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
22
22
//! so you don't have to.
23
23
//!
24
- //! *Thanks for your interest in zerocopy's 0.8 alpha release ! For an overview
25
- //! of what changes from 0.7, check out our [draft release
26
- //! notes][release-notes] .*
24
+ //! *Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25
+ //! check out our [release notes][ release-notes], which include a step-by-step
26
+ //! guide for upgrading from 0.7 .*
27
27
//!
28
28
//! [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
29
- //! [release-notes]: https://github.com/google/zerocopy/discussions/1288
29
+ //! [release-notes]: https://github.com/google/zerocopy/discussions/1680
30
30
//!
31
31
//! # Overview
32
32
//!
You can’t perform that action at this time.
0 commit comments