Publish span-related fixes

This commit is contained in:
David Tolnay
2023-07-19 09:41:11 -07:00
parent c8a9f99d14
commit e2d8589976
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.1"
serde_derive-x86_64-unknown-linux-gnu = "1.0.171-alpha.2"
```
```rust