15
15
[package ]
16
16
edition = " 2018"
17
17
name = " zerocopy"
18
- version = " 0.8.0-alpha.27 "
18
+ version = " 0.8.0"
19
19
authors = [
" Joshua Liebow-Feeser <[email protected] >" ]
20
20
description = " Zerocopy makes zero-cost memory manipulation effortless. We write \" unsafe\" so you don't have to."
21
21
categories = [" embedded" , " encoding" , " no-std::no-alloc" , " parsing" , " rust-patterns" ]
@@ -77,13 +77,13 @@ std = ["alloc"]
77
77
__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" , " std" ]
78
78
79
79
[dependencies ]
80
- zerocopy-derive = { version = " =0.8.0-alpha.27 " , path = " zerocopy-derive" , optional = true }
80
+ zerocopy-derive = { version = " =0.8.0" , path = " zerocopy-derive" , optional = true }
81
81
82
82
# The "associated proc macro pattern" ensures that the versions of zerocopy and
83
83
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
84
84
# See: https://github.com/matklad/macro-dep-test
85
85
[target .'cfg(any())' .dependencies ]
86
- zerocopy-derive = { version = " =0.8.0-alpha.27 " , path = " zerocopy-derive" }
86
+ zerocopy-derive = { version = " =0.8.0" , path = " zerocopy-derive" }
87
87
88
88
[dev-dependencies ]
89
89
itertools = " 0.11"
@@ -97,6 +97,6 @@ testutil = { path = "testutil" }
97
97
# CI test failures.
98
98
trybuild = { version = " =1.0.89" , features = [" diff" ] }
99
99
# In tests, unlike in production, zerocopy-derive is not optional
100
- zerocopy-derive = { version = " =0.8.0-alpha.27 " , path = " zerocopy-derive" }
100
+ zerocopy-derive = { version = " =0.8.0" , path = " zerocopy-derive" }
101
101
# TODO(#381) Remove this dependency once we have our own layout gadgets.
102
102
elain = " 0.3.0"
0 commit comments