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