From aa226f5ca2061ae19cb3600db5788f24cd815768 Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Tue, 17 Sep 2024 07:54:49 +0200 Subject: [PATCH] chore: fix Cargo.toml formatting --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5921105..a2d0bdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,4 @@ pyo3 = { version = "0.21.2", features = [ "experimental-declarative-modules", ] } validated_struct = "2.1.0" -zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", - "internal", -], default-features = false } +zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }