feat: v0.6.27

This commit is contained in:
2021-01-03 11:06:51 +08:00
parent 740d5baf65
commit 394e76ba29
2 changed files with 3 additions and 4 deletions

View File

@@ -425,9 +425,9 @@ dependencies = [
[[package]]
name = "rust_util"
version = "0.6.26"
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf5c22991d8fa9a12da6e745e9ea6180df21ed48a8e28431c64fa5a2985d5d9"
checksum = "88b0a3d578045d048ee07322b565755f561fc0642498f5dc2a133a0ad19fddc4"
dependencies = [
"clap",
"lazy_static",

View File

@@ -40,6 +40,5 @@ fn main() -> XResult<()> {
c.add(Box::new(cmd_credit_query::CommandImpl));
c.add(Box::new(cmd_credit_queryall::CommandImpl));
c.run()?;
Ok(())
c.run()
}