From f748610f7e05e0ea108638ce67a3f33674a3eb8d Mon Sep 17 00:00:00 2001 From: Addison Crump Date: Wed, 8 May 2024 16:14:31 +0200 Subject: [PATCH] remove crates-io files --- Cargo.lock | 4 ++-- lain/crates-io.md | 1 - lain_derive/crates-io.md | 9 --------- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 120000 lain/crates-io.md delete mode 100644 lain_derive/crates-io.md diff --git a/Cargo.lock b/Cargo.lock index b6fdb21..f194095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "lain" -version = "0.5.5" +version = "0.5.6" dependencies = [ "byteorder", "field-offset", @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "lain_derive" -version = "0.5.5" +version = "0.5.6" dependencies = [ "byteorder", "log", diff --git a/lain/crates-io.md b/lain/crates-io.md deleted file mode 120000 index ae66dc9..0000000 --- a/lain/crates-io.md +++ /dev/null @@ -1 +0,0 @@ -../crates-io.md \ No newline at end of file diff --git a/lain_derive/crates-io.md b/lain_derive/crates-io.md deleted file mode 100644 index 98d873a..0000000 --- a/lain_derive/crates-io.md +++ /dev/null @@ -1,9 +0,0 @@ -# lain_derive - -Core functionality for proc macros used in [lain](https://github.com/AFLplusplus/lain). Do not refer to this crate directly and instead use the macros re-exported from `lain`. - -## Contributing - -This project welcomes contributions and suggestions. - -License: MIT