Skip to content

Commit

Permalink
Merge branch 'master' into bump-hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk authored Sep 22, 2023
2 parents d9b2452 + c77bcf4 commit f821a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ of un-cached arguments, specify `#[cached(sync_writes = true)]` / `#[once(sync_w

**Features**

- `default`: Include `proc_macro` and `async` features
- `default`: Include `proc_macro` feature
- `proc_macro`: Include proc macros
- `async`: Include support for async functions and async cache stores
- `async_tokio_rt_multi_thread`: Enable `tokio`'s optional `rt-multi-thread` feature.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ of un-cached arguments, specify `#[cached(sync_writes = true)]` / `#[once(sync_w
**Features**
- `default`: Include `proc_macro` and `async` features
- `default`: Include `proc_macro` feature
- `proc_macro`: Include proc macros
- `async`: Include support for async functions and async cache stores
- `async_tokio_rt_multi_thread`: Enable `tokio`'s optional `rt-multi-thread` feature.
Expand Down

0 comments on commit f821a02

Please sign in to comment.