mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +00:00
ready bytemuck_derive for an alpha publish.
This commit is contained in:
parent
453befa0c3
commit
87e48ba1d9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user