From 46945649e0b33bb809c1f6abd07b950d65631d8e Mon Sep 17 00:00:00 2001 From: John Vajda Date: Fri, 23 Aug 2024 15:14:50 -0600 Subject: [PATCH] fixes toml sytnax issue --- Cargo.toml | 8 +++----- README.md | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 591bd418..750730fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,11 +36,9 @@ serde_urlencoded = "0.7" thiserror = "1" tokio = { version = "1.38.0", features = ["full"] } tokio-stream = "0.1.15" -tokio-tungstenite = { - version = "0.20.1", - features = ["rustls-tls-webpki-roots"], - optional = true -} +tokio-tungstenite = { version = "0.20.1", features = [ + "rustls-tls-webpki-roots", +], optional = true } tokio-util = { version = "0.7.1", features = ["codec", "io"] } tungstenite = { version = "0.20.1", optional = true } url = "2" diff --git a/README.md b/README.md index 974cdc4a..da2743f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Deepgram Rust SDK [![Discord](https://dcbadge.vercel.app/api/server/xWRaCDBtW4?style=flat)](https://discord.gg/xWRaCDBtW4) -[![CI](https://github.com/deepgram-devs/deepgram-rust-sdk/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/deepgram-devs/deepgram-rust-sdk/actions/workflows/ci.yaml) +[![CI](https://github.com/deepgram/deepgram-rust-sdk/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/deepgram/deepgram-rust-sdk/actions/workflows/ci.yaml) [![crates.io](https://img.shields.io/crates/v/deepgram)](https://crates.io/crates/deepgram) [![downloads](https://img.shields.io/crates/d/deepgram)](https://crates.io/crates/deepgram) [![docs](https://img.shields.io/docsrs/deepgram)](https://docs.rs/deepgram)