Pārlūkot izejas kodu

bump cli to 0.5.4

Jonathan Kelley 1 gadu atpakaļ
vecāks
revīzija
2461790baf
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      packages/cli/Cargo.toml

+ 2 - 2
packages/cli/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "dioxus-cli"
 name = "dioxus-cli"
-version = "0.5.3"
+version = "0.5.4"
 # version = { workspace = true }
 # version = { workspace = true }
 authors = ["Jonathan Kelley"]
 authors = ["Jonathan Kelley"]
 edition = "2021"
 edition = "2021"
@@ -117,7 +117,7 @@ tempfile = "3.3"
 
 
 [package.metadata.binstall]
 [package.metadata.binstall]
 # temporarily, we're going to use the 0.5.0 download page for all binaries
 # temporarily, we're going to use the 0.5.0 download page for all binaries
-pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }-v{ version }{ archive-suffix }"
+pkg-url = "{ repo }/releases/download/v0.5.0/dx-{ target }-v{ version }{ archive-suffix }"
 
 
 # pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }{ archive-suffix }"
 # pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }{ archive-suffix }"
 pkg-fmt = "tgz"
 pkg-fmt = "tgz"