]> git.proxmox.com Git - cargo.git/blobdiff - vendor/serde_derive/Cargo.toml
New upstream version 0.37.0
[cargo.git] / vendor / serde_derive / Cargo.toml
index 3d7b8e93aada6bb716fb355ac813745d83d708a7..601ab12ed8126f5e038049034c45caa651b2fecd 100644 (file)
@@ -12,7 +12,7 @@
 
 [package]
 name = "serde_derive"
-version = "1.0.91"
+version = "1.0.95"
 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
 include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
 description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
@@ -20,7 +20,7 @@ homepage = "https://serde.rs"
 documentation = "https://serde.rs/derive.html"
 readme = "crates-io.md"
 keywords = ["serde", "serialization", "no_std"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
 repository = "https://github.com/serde-rs/serde"
 
 [lib]