There was an error while loading. Please reload this page.
1 parent 7fc3b4c commit 747814fCopy full SHA for 747814f
2 files changed
serde_derive_internals/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_derive_internals"
3
-version = "0.29.1"
+version = "0.30.0"
4
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
5
description = "AST representation used by Serde derive macros. Unstable."
6
documentation = "https://docs.rs/serde_derive_internals"
serde_derive_internals/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.29.1")]
+#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.30.0")]
#![cfg_attr(not(check_cfg), allow(unexpected_cfgs))]
// Ignored clippy lints
#![allow(
0 commit comments