Skip to content

Commit

Permalink
Incorrect category slugs in Cargo.toml, update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskoskela committed Sep 10, 2022
1 parent ed6d0ec commit dc0ab6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gdsl"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand All @@ -14,8 +14,8 @@ smart pointers.
"""
repository = "https://github.com/juliuskoskela/gdsl"

keywords = ["data-structure", "graph", "algorithms", "containers", "graph-theory"]
categories = ["data-structure", "algorithms", "mathematics", "science"]
keywords = ["data-structures", "graphs", "algorithms", "containers", "graph-theory"]
categories = ["data-structures", "algorithms", "mathematics", "science"]

[dependencies]
min-max-heap = "1.3.0"
Expand Down

0 comments on commit dc0ab6b

Please sign in to comment.