DioxusLabs / DioxusLabs/dioxus

v0.7.4 is built from 0.7.3 commit

Open
#5,441 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Rust
Stars
39.1k
Forks
1.9k
Avg merge
4d 10h
Merged PRs (30d)
4

Description

**Problem**

I downloaded the 0.7.4 release in my flake.nix but it seems to still be the 0.7.3 binary.

Both binary have the same SHA hash
```
$ shasum -a 256 /nix/store/***-dioxus-cli-0.7.4/bin/dx; shasum -a 256 /nix/store/***-dioxus-cli-0.7.3/bin/dx
f302b638533c14dc04ce7fce0747b2db659e9fe58caac4db3475122cbcfda37d /nix/store/***-dioxus-cli-0.7.4/bin/dx
f302b638533c14dc04ce7fce0747b2db659e9fe58caac4db3475122cbcfda37d /nix/store/***-dioxus-cli-0.7.3/bin/dx
```

0.7.4 is built from 0.7.3 commit
```
$ which dx
/nix/store/***-dioxus-cli-0.7.4/bin/dx

$ dx -V
dioxus 0.7.3 (22b06ba)
```

**Steps To Reproduce**

Steps to reproduce the behavior:

- Download the 0.7.4 version from the release page
- Run `dx -V`

**Expected behavior**

- Download the 0.7.4 version from the release page
- Run `dx -V` and see 0.7.4

**Environment:**

- Dioxus version: 0.7.4
- Rust version: nightly
- OS info: macOS
- App platform: all

**Questionnaire**

I don't have time to fix this right now, but maybe later.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.