Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marmeladema committed Mar 1, 2021
1 parent 8b2314a commit ccb9ea6
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,9 +1,9 @@
[package]
name = "clru"
version = "0.3.0"
version = "0.4.0"
authors = ["marmeladema <xademax@gmail.com>"]
edition = "2018"
description = "An LRU cache implementation with constant time operations"
description = "An LRU cache implementation with constant time operations and weighted semantic"
readme = "README.md"
repository = "https://github.com/marmeladema/clru-rs"
license = "MIT"
Expand Down

0 comments on commit ccb9ea6

Please sign in to comment.