feat(mise): re-enable Rust & Go backends

it works with `mise up`, just not `mise install`

https://github.com/jdx/mise/issues/2458
This commit is contained in:
JJGadgets
2024-08-31 13:39:53 +08:00
parent e6f9753dab
commit f3b9b1634b

View File

@@ -29,16 +29,15 @@ restic = ["0.16.4"]
k9s = ["0.32.5"]
soft-serve = ["0.7.4"]
#pulumi = ["3.95.0"]
# experimental backends, use `mise up` to install because `mise install` is currently broken for these https://github.com/jdx/mise/issues/2458
python = ["3.11"]
uv = ["0.4.1"] # faster than pipx, and can be installed with mise directly
"pipx:flux-local" = ["5.5.1"]
"pipx:robusta-dev/krr" = ["v1.13.0"]
# TODO: experimental backends
#rust = ["1.80.1"]
#"cargo:cargo-binstall" = ["1.10.2"]
#"cargo:atac" = ["0.17.0"]
#go = ["1.22.6"]
#"go:github.com/gcla/termshark/v2/cmd/termshark" = ["2.4.0"]
rust = ["1.80.1"]
"cargo:cargo-binstall" = ["1.10.3"]
"cargo:atac" = ["0.17.0"]
go = ["1.22.6"]
"go:github.com/gcla/termshark/v2/cmd/termshark" = ["2.4.0"]