Compare commits

...

1 Commits

Author SHA1 Message Date
a2849226ce
chore(release) with args 2023-01-12 07:32:05 +01:00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -737,7 +737,7 @@ dependencies = [
[[package]]
name = "toolkit"
version = "0.1.10"
version = "0.1.14"
dependencies = [
"clap",
"eyre",

View File

@ -1,7 +1,7 @@
[package]
name = "toolkit"
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
version = "0.1.10"
version = "0.1.14"
edition = "2021"
license-file = "LICENSE"
authors = ["Kasper J. Hermansen contact@kjuulh.io"]