Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tauri bundler for using proxy to fetch resources #1603

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

divinerapier
Copy link
Contributor

No description provided.

Signed-off-by: divinerapier <sihao.fang@outlook.com>
@@ -72,8 +72,8 @@ cargo-generate = "0.18"
toml_edit = "0.19.11"

# bundling
tauri-bundler = { version = "=1.3.0", features = ["native-tls-vendored"] }
tauri-utils = "=1.4.*"
tauri-bundler = { version = "=1.4.*", features = ["native-tls-vendored"] }
Copy link
Member

@ealmloff ealmloff Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't allow minor version bumps of tauri-bundler because the crate doesn't follow semvar versioning. The version just matches the tauri version regardless of breaking changes

(See #1413 which was caused by this in the past)

@ealmloff ealmloff added cli Related to the dioxus-cli program dependencies Pull requests that update a dependency file labels Nov 7, 2023
@jkelleyrtp jkelleyrtp merged commit fb40e72 into DioxusLabs:master Jan 8, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the dioxus-cli program dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants