ready bytemuck_derive for an alpha publish.

This commit is contained in:
Lokathor 2020-08-20 19:37:56 -06:00
parent 453befa0c3
commit 87e48ba1d9

View File

@ -1,7 +1,7 @@
[package]
name = "bytemuck_derive"
description = "derive proc-macros for `bytemuck`"
version = "1.0.0"
version = "1.0.0-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
@ -20,4 +20,4 @@ quote = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
bytemuck = { version = "1.3.2-alpha.0", path = ".." }
bytemuck = "1.2"