Closed jqnatividad closed 1 year ago
Ah, darn. The change was in the proc macro and I forgot to release a new version of that. I'll release the fix tonight
Alright, out in 0.45.1
and I confirmed it works this time. Sorry about that!
Awesome! Can confirm that it works for me too!
With the 0.45 release, I was attempting to use the new
*_no_cache
function and I'm getting a compilation error:The name of the cached function is
search_cached
, with the following cache definition:and just for the heck of it, I tried calling
search_cached_prime_cache
just to see if it compiles and it does.Thanks in advance!