From 217db1e7724785411438c3e500c65778a8bcc2df Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Mon, 22 Dec 2025 13:11:33 -0600 Subject: [PATCH] removed metadata from crates.io --- .cargo_vcs_info.json | 6 ------ .gitignore | 2 +- derive/.cargo_vcs_info.json | 6 ------ derive/.gitignore | 1 + 4 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .cargo_vcs_info.json delete mode 100644 derive/.cargo_vcs_info.json diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json deleted file mode 100644 index 6d2c100..0000000 --- a/.cargo_vcs_info.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "git": { - "sha1": "4673360aa638b2b907dff24538de54f258d157da" - }, - "path_in_vcs": "" -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 79034fb..4cea82a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target /Cargo.lock - +/.cargo_vcs_info.json diff --git a/derive/.cargo_vcs_info.json b/derive/.cargo_vcs_info.json deleted file mode 100644 index 9546ae0..0000000 --- a/derive/.cargo_vcs_info.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "git": { - "sha1": "4673360aa638b2b907dff24538de54f258d157da" - }, - "path_in_vcs": "derive" -} \ No newline at end of file diff --git a/derive/.gitignore b/derive/.gitignore index 4fffb2f..4cea82a 100644 --- a/derive/.gitignore +++ b/derive/.gitignore @@ -1,2 +1,3 @@ /target /Cargo.lock +/.cargo_vcs_info.json