diff --git a/Cargo.lock b/Cargo.lock index e5f1a79..5bb599e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "kaminari-cmd" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "kaminari 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cmd/Cargo.toml b/cmd/Cargo.toml index 5fd2f79..981f34e 100644 --- a/cmd/Cargo.toml +++ b/cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kaminari-cmd" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["zephyr "] repository = "https://github.com/zephyrchien/kaminari/cmd"