Publish raw string fix

This commit is contained in:
David Tolnay
2023-07-18 18:42:54 -07:00
parent ef522e1d16
commit be9c3fd69d
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
[dependencies]
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