chore(release) with updated formula for sourcegraph tap

This commit is contained in:
Kasper Juul Hermansen 2022-12-19 09:20:58 +01:00
parent 4e3b711567
commit 0408fe856d
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
"dust" "dust"
"bottom" "bottom"
"procs" "procs"
"src-cli" "sourcegraph/src-cli/src-cli"
# Custom install command for your formula. # Custom install command for your formula.
# Required - string. # Required - string.

2
Cargo.lock generated
View File

@ -316,7 +316,7 @@ dependencies = [
[[package]] [[package]]
name = "toolkit" name = "toolkit"
version = "0.1.7" version = "0.1.8"
dependencies = [ dependencies = [
"clap", "clap",
"eyre", "eyre",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "toolkit" 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" 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.7" version = "0.1.8"
edition = "2021" edition = "2021"
license-file = "LICENSE" license-file = "LICENSE"
authors = ["Kasper J. Hermansen contact@kjuulh.io"] authors = ["Kasper J. Hermansen contact@kjuulh.io"]