diff --git a/Cargo.lock b/Cargo.lock index f08d340..325486e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cachebox" -version = "4.3.3" +version = "4.4.0" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index cc9a6e3..19d073f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachebox" -version = "4.3.3" +version = "4.4.0" edition = "2021" description = "The fastest memoizing and caching Python library written in Rust" readme = "README.md"