Skip to content

Commit

Permalink
Update the version in some doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jan 21, 2024
1 parent 8439fb9 commit a8bace7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/future/entry_selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ where
/// // Cargo.toml
/// //
/// // [dependencies]
/// // moka = { version = "0.12.3", features = ["future"] }
/// // moka = { version = "0.12.4", features = ["future"] }
/// // tokio = { version = "1", features = ["rt-multi-thread", "macros" ] }
///
/// use moka::{
Expand Down Expand Up @@ -269,7 +269,7 @@ where
/// // Cargo.toml
/// //
/// // [dependencies]
/// // moka = { version = "0.12.3", features = ["future"] }
/// // moka = { version = "0.12.4", features = ["future"] }
/// // tokio = { version = "1", features = ["rt-multi-thread", "macros" ] }
///
/// use moka::future::Cache;
Expand Down Expand Up @@ -724,7 +724,7 @@ where
/// // Cargo.toml
/// //
/// // [dependencies]
/// // moka = { version = "0.12.3", features = ["future"] }
/// // moka = { version = "0.12.4", features = ["future"] }
/// // tokio = { version = "1", features = ["rt-multi-thread", "macros" ] }
///
/// use moka::{
Expand Down Expand Up @@ -909,7 +909,7 @@ where
/// // Cargo.toml
/// //
/// // [dependencies]
/// // moka = { version = "0.12.3", features = ["future"] }
/// // moka = { version = "0.12.4", features = ["future"] }
/// // tokio = { version = "1", features = ["rt-multi-thread", "macros" ] }
///
/// use moka::future::Cache;
Expand Down

0 comments on commit a8bace7

Please # to comment.