Skip to content

Commit

Permalink
[ci] Remove unsupported crates.io categories #1146 (#1147)
Browse files Browse the repository at this point in the history
fix category
  • Loading branch information
michaelvlach authored Jul 14, 2024
1 parent ec9fdbf commit 3963731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agdb_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://github.com/agnesoft/agdb"
readme = "../README.md"
description = "Agnesoft Graph Database Server"
keywords = ["graph", "database", "api"]
categories = ["database", "database-interfaces"]
categories = ["database", "database-implementations"]

[dependencies]
agdb = { version = "0.7.1", path = "../agdb", features = ["serde", "openapi"] }
Expand Down

0 comments on commit 3963731

Please sign in to comment.