changeset 66:aefbc4424cb6

Update README: add information about new release
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 24 Dec 2021 13:40:28 +0100
parents f52e84dfb3fa
children 7cef162c3281 0ada62444b37
files README.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Dec 24 13:37:11 2021 +0100
+++ b/README.md	Fri Dec 24 13:40:28 2021 +0100
@@ -7,6 +7,10 @@
 A `#[memoize]` attribute for somewhat simple Rust functions: That is, functions
 with one or more `Clone`-able arguments, and a `Clone`-able return type. That's it.
 
+**NEWS**: The crate has been updated so that you don't need to separately import `lru`,
+    `lazy_static`, and other dependencies. Now everything should work automatically. Remember to
+    enable the `full` feature to use LRU caching and other additional features.
+
 Read the documentation (`cargo doc --open`) for the sparse details, or take a
 look at the `examples/`, if you want to know more: