From 2be456be620cfe5b41422c38b36caee705e1183b Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Sun, 25 Jan 2015 12:06:56 -0800 Subject: [PATCH] Release 0.0.6 --- Cargo.toml | 2 +- examples/{show.rs => debug.rs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{show.rs => debug.rs} (100%) diff --git a/Cargo.toml b/Cargo.toml index eb77c47..e0f0f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequence_trie" -version = "0.0.5" +version = "0.0.6" authors = ["Michael Sproul "] diff --git a/examples/show.rs b/examples/debug.rs similarity index 100% rename from examples/show.rs rename to examples/debug.rs