From 894856281e400c6c2a2f8b1fe4ba112662ec4461 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Wed, 22 Apr 2026 22:07:53 +0200 Subject: [PATCH] chore(mise): replace ubi: prefix by github: prefix for EmbarkStudios/cargo-about when executing the command `mise run vm:setup` I have an error message mise ERROR Failed to install ubi:EmbarkStudios/cargo-about@0.8.4: HTTP request to https://api.github.com/repos/EmbarkStudios/cargo-about/releases/tags/v0.8.4 returned an error status ubi: is assuming the tag has a v prefix but here the tag has not the prefix https://github.com/EmbarkStudios/cargo-about/releases/tag/0.8.4 mise reports that ubi is deprecated and that github backend should be use instead it permits using github: prefix to say that the tag has not the 'v' prefix Signed-off-by: Florent Benoit --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index b045b563c..64989d43b 100644 --- a/mise.toml +++ b/mise.toml @@ -22,7 +22,7 @@ protoc = "29.6" helm = "4.1.1" "ubi:mozilla/sccache" = { version = "0.14.0", matching = "sccache-v" } "ubi:anchore/syft" = { version = "1.42.3", matching = "syft_" } -"ubi:EmbarkStudios/cargo-about" = "0.8.4" +"github:EmbarkStudios/cargo-about" = { version = "0.8.4", version_prefix = "" } zig = "0.14.1" [env]