Publish raw string fix

This commit is contained in:
David Tolnay 2023-07-18 18:42:54 -07:00
parent ef522e1d16
commit be9c3fd69d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -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.0" version = "1.0.171-alpha.1"
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)]"

View File

@ -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.0" serde_derive-x86_64-unknown-linux-gnu = "1.0.171-alpha.1"
``` ```
```rust ```rust