Skip to content

Commit 1fe3f93

Browse files
committed
Fix the categorie from Audio to multimedia::audio
1 parent ecac805 commit 1fe3f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "data2sound"
33
description = "A library to convert data to sound, and vice versa"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
rust-version = "1.56.1"
66
edition = "2021"
77
authors = ["TheAwiteb <[email protected]>"]
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/data2sound"
1010
license = "MIT"
1111
readme = "README.md"
1212
keywords = ["todo", "sdk"]
13-
categories = ["Audio"]
13+
categories = ["multimedia::audio"]
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

0 commit comments

Comments
 (0)