From 24cc238f66409cf3a3fe9e4bda93ee008e689c23 Mon Sep 17 00:00:00 2001 From: pdliyan Date: Tue, 5 Sep 2023 20:21:23 +0800 Subject: [PATCH] format Cargo.toml --- test/integration-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index 423cce2b..f2acc542 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -10,7 +10,7 @@ assert_matches = { workspace = true } aya = { workspace = true } aya-log = { workspace = true } aya-obj = { workspace = true } -bytes = {workspace = true } +bytes = { workspace = true } libc = { workspace = true } log = { workspace = true } netns-rs = { workspace = true }