Skip to content

Commit

Permalink
Publish precompiled deserialize_in_place
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 19, 2023
1 parent 2027088 commit a282927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion precompiled/x86_64-unknown-linux-gnu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_derive-x86_64-unknown-linux-gnu"
version = "1.0.171-alpha.2"
version = "1.0.171-alpha.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std", "no-std::no-alloc"]
description = "Precompiled implementation of #[derive(Serialize, Deserialize)]"
Expand Down
2 changes: 1 addition & 1 deletion precompiled/x86_64-unknown-linux-gnu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[dependencies]
serde = "1" # no features=["derive"]
serde_derive-x86_64-unknown-linux-gnu = "1.0.171-alpha.2"
serde_derive-x86_64-unknown-linux-gnu = "1.0.171-alpha.3"
```

```rust
Expand Down

0 comments on commit a282927

Please sign in to comment.