From a273ddcd9754b80c8f313e9fbd6341fec3fd1d99 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 26 Aug 2019 20:31:59 -0700 Subject: [PATCH] Rename fixed_buf to fixed-buf (#5665) automerge --- Cargo.toml | 2 +- utils/{fixed_buf => fixed-buf}/.gitignore | 0 utils/{fixed_buf => fixed-buf}/Cargo.toml | 0 utils/{fixed_buf => fixed-buf}/src/lib.rs | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename utils/{fixed_buf => fixed-buf}/.gitignore (100%) rename utils/{fixed_buf => fixed-buf}/Cargo.toml (100%) rename utils/{fixed_buf => fixed-buf}/src/lib.rs (100%) diff --git a/Cargo.toml b/Cargo.toml index 4afd17f6f2..be35676453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ members = [ "upload-perf", "validator-info", "utils/netutil", - "utils/fixed_buf", + "utils/fixed-buf", "vote-signer", "cli", ] diff --git a/utils/fixed_buf/.gitignore b/utils/fixed-buf/.gitignore similarity index 100% rename from utils/fixed_buf/.gitignore rename to utils/fixed-buf/.gitignore diff --git a/utils/fixed_buf/Cargo.toml b/utils/fixed-buf/Cargo.toml similarity index 100% rename from utils/fixed_buf/Cargo.toml rename to utils/fixed-buf/Cargo.toml diff --git a/utils/fixed_buf/src/lib.rs b/utils/fixed-buf/src/lib.rs similarity index 100% rename from utils/fixed_buf/src/lib.rs rename to utils/fixed-buf/src/lib.rs