Skip to content

Commit f7a8549

Browse files
committed
fix: merge
2 parents 3c57294 + d342630 commit f7a8549

File tree

171 files changed

+5428
-2670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+5428
-2670
lines changed

Diff for: .cargo/config.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[profile]
2+
3+
[profile.dioxus-wasm]
4+
inherits = "dev"
5+
opt-level = 2
6+
7+
[profile.dioxus-server]
8+
inherits = "dev"
9+
10+
[profile.dioxus-android]
11+
inherits = "dev"

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache-all-crates: "true"
5555
# https://github.com/foresterre/cargo-msrv/blob/4345edfe3f4fc91cc8ae6c7d6804c0748fae92ae/.github/workflows/msrv.yml
5656
- name: install_cargo_msrv
57-
run: cargo install cargo-msrv --all-features
57+
run: cargo install cargo-msrv --all-features --version 0.16.3 --locked
5858
- name: version_of_cargo_msrv
5959
run: cargo msrv --version
6060
- name: run_cargo_msrv
@@ -193,7 +193,7 @@ jobs:
193193
- name: Build all flake outputs
194194
run: om ci
195195
- name: Ensure devShell has all build deps
196-
run: nix develop -c cargo build -p dioxus-cli
196+
run: nix develop -c cargo build -p dioxus-cli --features no-downloads
197197

198198
playwright:
199199
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)