mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-06 05:37:56 +00:00
Release 0.8.0-rc2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "serde_codegen"
|
||||
# DO NOT RELEASE ANY MORE 0.7 RELEASES FROM THIS BRANCH
|
||||
# USE THE 0.7.x BRANCH
|
||||
version = "0.8.0-rc1"
|
||||
version = "0.8.0-rc2"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Macros to auto-generate implementations for the serde framework"
|
||||
@@ -34,6 +34,6 @@ aster = { version = "^0.21.1", default-features = false }
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
quasi = { version = "^0.15.0", default-features = false }
|
||||
quasi_macros = { version = "^0.15.0", optional = true }
|
||||
serde_codegen_internals = { version = "^0.3.0", default-features = false }
|
||||
serde_codegen_internals = { version = "0.4.0-rc1", default-features = false }
|
||||
syntex = { version = "^0.38.0", optional = true }
|
||||
syntex_syntax = { version = "^0.38.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user