Skip to content

Commit dec6e4c

Browse files
authored
Release 0.6.3-alpha (#231)
1 parent fef8583 commit dec6e4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[package]
1212
edition = "2021"
1313
name = "zerocopy"
14-
version = "0.6.2"
14+
version = "0.6.3-alpha"
1515
authors = ["Joshua Liebow-Feeser <[email protected]>"]
1616
description = "Utilities for zero-copy parsing and serialization"
1717
license = "BSD-2-Clause"
@@ -38,7 +38,7 @@ simd-nightly = ["simd"]
3838
__internal_use_only_features_that_work_on_stable = ["alloc", "simd"]
3939

4040
[dependencies]
41-
zerocopy-derive = { version = "=0.6.2", path = "zerocopy-derive" }
41+
zerocopy-derive = { version = "=0.6.3-alpha", path = "zerocopy-derive" }
4242

4343
[dependencies.byteorder]
4444
version = "1.3"

zerocopy-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
edition = "2021"
77
name = "zerocopy-derive"
8-
version = "0.6.2"
8+
version = "0.6.3-alpha"
99
authors = ["Joshua Liebow-Feeser <[email protected]>"]
1010
description = "Custom derive for traits from the zerocopy crate"
1111
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)