diff --git a/Cargo.lock b/Cargo.lock index 7d30baa..cdb9dc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,7 +703,7 @@ dependencies = [ [[package]] name = "mure" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assay", "clap", diff --git a/Cargo.toml b/Cargo.toml index a9c3821..dbd5bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mure" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Yui Kitsu "] description = "A command line tool for creating and managing multiple repositories." @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = {version= "4.1.1", features= ["derive"]} +clap = { version = "4.1.1", features = ["derive"] } git2 = "0.16.1" graphql_client = "0.12.0" once_cell = "1.17.0"