From 2f510d4abfd0086b69c43266b15829e1087203ca Mon Sep 17 00:00:00 2001 From: John Vajda Date: Mon, 30 Jun 2025 12:55:16 -0600 Subject: [PATCH] chore: bumps version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9fecbb3..830bb103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deepgram" -version = "0.6.8" +version = "0.6.9" authors = ["Deepgram "] edition = "2021" description = "Community Rust SDK for Deepgram's automated speech recognition APIs." @@ -50,7 +50,7 @@ cpal = "0.13" crossbeam = "0.8" audio = "0.2.0" rodio = { version = "0.17.0" } -pkg-config = { version = "0.3.30"} +pkg-config = { version = "0.3.30" } [features] default = ["manage", "listen", "speak"]