From 1fe3f93b03a2a789355d34fb35499edf95675ec3 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Fri, 24 Feb 2023 19:54:06 +0300 Subject: [PATCH] Fix the categorie from `Audio` to `multimedia::audio` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17c148b..b926035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "data2sound" description = "A library to convert data to sound, and vice versa" -version = "0.1.0" +version = "0.1.1" rust-version = "1.56.1" edition = "2021" authors = ["TheAwiteb "] @@ -10,7 +10,7 @@ documentation = "https://docs.rs/data2sound" license = "MIT" readme = "README.md" keywords = ["todo", "sdk"] -categories = ["Audio"] +categories = ["multimedia::audio"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html