Closed wgr1984 closed 3 years ago
Seem cache_proc_macro module version was not increased therefore not containing necessary changes regarding timed caches.
#[cached(size=10, time=10)]
does not compile printing out the following error:
error: custom attribute panicked --> src/repo/mod.rs:135:1 | 135 | #[cached(size=10, time=10)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: message: cache types (unbound, size, time, or type and create) are mutually exclusive
woops, taking a look now
ok, released cached_proc_macro=0.5.0 and cached=0.21.1 referencing the updated macro crate
cached_proc_macro=0.5.0
cached=0.21.1
Seem cache_proc_macro module version was not increased therefore not containing necessary changes regarding timed caches.
does not compile printing out the following error: