Skip to content

Commit f704f6f

Browse files
committed
Bump 0.2.0
1 parent 18ff7d0 commit f704f6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "sum-queue"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Mariano Ruiz <[email protected]>"]
55
edition = "2018"
66
description = "Queue struct that keeps a fixed number of items by time, not capacity, and allows to get summarized stats of its content"
77
license = "LGPL-3.0"
88
readme = "README.md"
99
homepage = "https://github.com/mrsarm/rust-sum-queue"
1010
repository = "https://github.com/mrsarm/rust-sum-queue"
11-
categories = ["data-structures", "algorithms", "caching"]
11+
categories = ["data-structures", "algorithms", "caching", "queue"]
1212

1313
[dependencies]

0 commit comments

Comments
 (0)