Skip to content

Commit

Permalink
chore: bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 8, 2023
1 parent dcea7d6 commit 6c65b44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "crosup"
readme = "README.md"
repository = "https://github.com/tsirysndr/crosup"
version = "0.2.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ curl "install" {
script "devbox" {
url = "https://get.jetpack.io/devbox"
version_check = "devbox version"
env {
FORCE = "1"
}
shell = "bash"
depends_on = [
"nix"
Expand Down Expand Up @@ -300,6 +305,9 @@ version_check = "devbox version"
shell = "bash"
depends_on = ["nix"]

[curl.install.script.devbox.env]
FORCE = "1"

[curl.install.script.atuin]
url = "https://raw.githubusercontent.com/ellie/atuin/main/install.sh"
version_check = "atuin --version"
Expand Down

0 comments on commit 6c65b44

Please sign in to comment.