Skip to content

Commit

Permalink
[chore] Fixup test data manifest
Browse files Browse the repository at this point in the history
The 'categories' section is basically an enum, you can't just put
whatever you want in there. See https://crates.io/category_slugs
  • Loading branch information
cmyr committed Nov 14, 2024
1 parent 80cfce8 commit 9a7b545
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions font-test-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@ name = "font-test-data"
version = "0.1.6"
description = "Test data for the fontations crates"
readme = "README.md"
categories = ["test data"]

edition.workspace = true
license.workspace = true
repository.workspace = true

# It is useful to publish this so tools that pull from crates can see it
#publish = false

# cargo-release settings
#[package.metadata.release]
#release = false

[dependencies]
read-fonts = { workspace = true }
Expand Down

0 comments on commit 9a7b545

Please sign in to comment.