kjuulh
699bac7159
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
set -eo pipefail
|
|
|
|
cargo install --path crates/hyperlog --force
|