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