mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 19:28:01 +00:00
Merge branch v0.8 into master
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde_test"
|
||||
version = "0.8.21"
|
||||
version = "0.8.22"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Token De/Serializer for testing De/Serialize implementations"
|
||||
@@ -14,4 +14,4 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
publish = false # this branch contains breaking changes for 0.9
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "0.8.21", path = "../serde" }
|
||||
serde = { version = "0.8.22", path = "../serde" }
|
||||
|
||||
Reference in New Issue
Block a user