Skip to content

Commit

Permalink
[cargo release 0.4.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed May 23, 2022
1 parent 1a611d2 commit 4da337c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stretto"
version = "0.4.4"
version = "0.4.5"
authors = ["Al Liu <[email protected]>"]
description = "Stretto is a high performance thread-safe memory-bound Rust cache."
homepage = "https://github.com/al8n/stretto"
Expand Down Expand Up @@ -58,4 +58,4 @@ tokio = {version = "1.17", features = ["rt-multi-thread", "test-util"]}

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 4da337c

Please sign in to comment.