From c4d8d5074a6c0e71c0d338f75c40d446372a8b1e Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Mon, 22 Apr 2024 13:56:12 +1000 Subject: [PATCH] Fix for Maturin sdist generation --- reflect/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/reflect/Cargo.toml b/reflect/Cargo.toml index ed6b9c0..5fbf454 100644 --- a/reflect/Cargo.toml +++ b/reflect/Cargo.toml @@ -6,7 +6,6 @@ documentation = "https://docs.rs/serde-reflection" repository = "https://github.com/zefchain/serde-reflection" authors = ["Mathieu Baudet "] license = "MIT OR Apache-2.0" -readme = "README.md" edition = "2021" [dependencies]