Skip to content

Commit

Permalink
Merge pull request #111 from kitsuyui/bump-v0.2.1
Browse files Browse the repository at this point in the history
Bump v0.2.1
  • Loading branch information
kitsuyui authored Jan 21, 2023
2 parents 176f844 + 51cde5e commit a405ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mure"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Yui Kitsu <[email protected]>"]
description = "A command line tool for creating and managing multiple repositories."
Expand All @@ -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"
Expand Down

0 comments on commit a405ae4

Please sign in to comment.