Skip to content

Commit

Permalink
Merge pull request #15 from maksimryndin/master
Browse files Browse the repository at this point in the history
bump lru version
  • Loading branch information
dermesser authored Aug 9, 2022
2 parents 2a4323c + fd0ca49 commit 3a6ad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"

memoize-inner = { path = "inner/", version = "0.2.1" }
lazy_static = "1.4"
lru = { version = "0.6", optional = true }
lru = { version = "0.7", optional = true }

[workspace]
members = ["inner/"]
Expand Down

0 comments on commit 3a6ad61

Please sign in to comment.