Skip to content

Commit

Permalink
Bump the version to 0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jul 7, 2024
1 parent 5a0cc07 commit f61dfc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moka"
version = "0.12.7"
version = "0.12.8"
edition = "2021"
# Rust 1.65 was released on Nov 3, 2022.
rust-version = "1.65"
Expand Down
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.4", features = ["future"] }
/// // moka = { version = "0.12.8", 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.4", features = ["future"] }
/// // moka = { version = "0.12.8", 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.4", features = ["future"] }
/// // moka = { version = "0.12.8", 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.4", features = ["future"] }
/// // moka = { version = "0.12.8", features = ["future"] }
/// // tokio = { version = "1", features = ["rt-multi-thread", "macros" ] }
///
/// use moka::future::Cache;
Expand Down

0 comments on commit f61dfc5

Please sign in to comment.