Release 1.0.172-alpha.0

This commit is contained in:
David Tolnay
2023-07-19 13:55:51 -07:00
parent 041e99c78a
commit e838b0bd81
9 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_derive"
version = "1.0.171"
version = "1.0.172-alpha.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std", "no-std::no-alloc"]
description = "Implementation of #[derive(Serialize, Deserialize)]"
@@ -27,7 +27,7 @@ quote = "1"
syn = "2.0.25"
[dev-dependencies]
serde = { version = "1", path = "../../serde" }
serde = { version = "=1.0.172-alpha.0", path = "../../serde" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+1 -1
View File
@@ -13,7 +13,7 @@
//!
//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.171")]
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.172-alpha.0")]
#![allow(unknown_lints, bare_trait_objects)]
extern crate proc_macro;