mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 01:47:55 +00:00
Publish span-related fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "serde_derive-x86_64-unknown-linux-gnu"
|
name = "serde_derive-x86_64-unknown-linux-gnu"
|
||||||
version = "1.0.171-alpha.1"
|
version = "1.0.171-alpha.2"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
categories = ["no-std", "no-std::no-alloc"]
|
categories = ["no-std", "no-std::no-alloc"]
|
||||||
description = "Precompiled implementation of #[derive(Serialize, Deserialize)]"
|
description = "Precompiled implementation of #[derive(Serialize, Deserialize)]"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "1" # no features=["derive"]
|
serde = "1" # no features=["derive"]
|
||||||
serde_derive-x86_64-unknown-linux-gnu = "1.0.171-alpha.1"
|
serde_derive-x86_64-unknown-linux-gnu = "1.0.171-alpha.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|||||||
Reference in New Issue
Block a user