diff --git a/Cargo.lock b/Cargo.lock index 3413e99..1b2e5bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "migrant" -version = "0.10.0" +version = "0.10.1" dependencies = [ "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4979e84..86577cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migrant" -version = "0.10.0" +version = "0.10.1" authors = ["James Kominick "] description = "Simple migration manager for postgres, sqlite" repository = "https://github.com/jaemk/migrant"