Skip to content

Commit

Permalink
feat: upgrade command and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTravyan committed Nov 21, 2022
1 parent 794364d commit a5ed4ed
Show file tree
Hide file tree
Showing 13 changed files with 520 additions and 226 deletions.
240 changes: 60 additions & 180 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genin"
version = "0.4.5"
version = "0.4.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -13,5 +13,4 @@ clap = "4"
regex = "^1.5"
env_logger = "^0.9"
log = "^0.4.17"
prettytable-rs = "^0.8"
tabled = "0.10.0"
tabled = { version = "0.10.0", features = ["color"]}
Loading

0 comments on commit a5ed4ed

Please sign in to comment.