From ad83707bff587086e9abd6f4d2aac480ce215fe3 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sun, 11 Jan 2015 15:18:48 -0500 Subject: [PATCH] respectful capitalization --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 692abb5..e54699c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rocksdb" -description = "A rust wrapper for Facebook's RocksDB embeddable database." +description = "A Rust wrapper for Facebook's RocksDB embeddable database." version = "0.0.4" authors = ["Tyler Neely "] license = "Apache-2.0"