Commit Graph

23 Commits

Author SHA1 Message Date
Yohann Boniface
a55e48b12b dioxus-cli: remove cathalmullan from maintainers (#550186) 2026-08-07 14:49:26 +00:00
Cathal Mullan
7d6efce021 dioxus-cli: remove cathalmullan from maintainers 2026-08-07 14:55:50 +01:00
HigherOrderLogic
7ed6b9d5d4 dioxus-cli: 0.7.9 -> 0.7.10 2026-07-31 15:12:38 +00:00
eveeifyeve
71101bbb82 dioxus-cli: upgrade wasm bindgen to 126 2026-06-27 17:57:32 +10:00
Cathal Mullan
ff5488197f dioxus-cli: 0.7.7 -> 0.7.9 2026-05-08 01:19:44 +01:00
Cathal Mullan
c9832aa0e6 dioxus-cli: 0.7.6 -> 0.7.7 2026-05-02 14:53:47 +01:00
Cathal Mullan
ccd28334f9 dioxus-cli: 0.7.5 -> 0.7.6 2026-04-22 13:34:19 +01:00
Florian Klink
a29edb9362 dioxus-cli: use wasm-bindgen-cli_0_2_118
Else `dx serve` on a new project complains about wasm-bindgen-cli not
having the correct version.
2026-04-20 09:32:16 +02:00
Cathal Mullan
5ee93fc66e dioxus-cli: 0.7.4 -> 0.7.5 2026-04-06 20:25:12 +01:00
Cathal Mullan
a5a7b56298 dioxus-cli: 0.7.3 -> 0.7.4 2026-03-28 00:47:36 +00:00
Anish Pallati
d8801066df dioxus-cli: use --suffix for wasm-bindgen-cli PATH
Co-authored-by: Ltrlg <ltrlg.wp@gmail.com>
2026-01-20 22:54:24 -05:00
Cathal Mullan
b4194b4c84 dioxus-cli: 0.7.2 -> 0.7.3 2026-01-17 13:23:57 +00:00
Anish Pallati
8fd13fc71b dioxus-cli: remove nix-update-script 2026-01-09 19:13:11 -05:00
Anish Pallati
688be46c67 dioxus-cli: add wasm-bindgen-cli to PATH 2026-01-09 18:39:02 -05:00
Alexander Sieg
d4c495c889 dioxus-cli: drop xanderio as maintainer 2025-12-26 13:48:49 +01:00
R. Ryantm
37285686e0 dioxus-cli: 0.7.1 -> 0.7.2 2025-12-10 23:00:40 +00:00
Cathal Mullan
d494dc5136 dioxus-cli: 0.6.3 -> 0.7.1 2025-11-06 19:53:39 +00:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
R. Ryantm
2d61cb859c dioxus-cli: 0.6.2 -> 0.6.3 2025-02-15 15:16:10 +00:00
Cathal Mullan
cc2fac109f dioxus-cli: 0.6.0 -> 0.6.2 2025-02-06 23:28:56 +00:00
Alyssa Ross
63bff8c132 treewide: migrate to fetchCargoVendor, batch 1
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
Cathal Mullan
9fbce35685 dioxus-cli: 0.5.7 -> 0.6.0 2024-12-11 14:57:20 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00