4 Commits

Author SHA1 Message Date
0408fe856d chore(release) with updated formula for sourcegraph tap 2022-12-19 09:20:58 +01:00
4e3b711567 chore(release) with dependencies v0.1.7
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:18:42 +01:00
7f0bff57eb forgot string
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:18:05 +01:00
92f167e7e8 fix name of drone
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:14:11 +01:00
4 changed files with 9 additions and 9 deletions

View File

@@ -2,4 +2,4 @@ kind: template
load: bust_rustbin_default_template.yaml load: bust_rustbin_default_template.yaml
name: toolkit name: toolkit
data: data:
binName: default binName: toolkit

View File

@@ -34,12 +34,12 @@ jobs:
# Custom dependencies in case other formulas are needed to build the current one. # Custom dependencies in case other formulas are needed to build the current one.
# Optional - multiline string. # Optional - multiline string.
depends_on: | depends_on: |
fzf "fzf"
gh "gh"
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.6" 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.6" 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"]