Skip to content

fix: cargo.toml format when mobile feature enabled - #519

Merged
amrbashir merged 1 commit into
tauri-apps:devfrom
pewsheen:fix/mobile-cargo-toml
Nov 7, 2023
Merged

fix: cargo.toml format when mobile feature enabled#519
amrbashir merged 1 commit into
tauri-apps:devfrom
pewsheen:fix/mobile-cargo-toml

Conversation

@pewsheen

@pewsheen pewsheen commented Nov 7, 2023

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • A change file is added if any packages will require a version bump due to this PR per the instructions in the readme.
  • I have added a convincing reason for adding this feature, if necessary

Other information

When using alpha version with mobile feature enabled, Cargo.toml will be like:

[lib]
name = "mmm_lib"
crate-type = ["staticlib", "cdylib", "rlib"][build-dependencies]
tauri-build = { version = "2.0.0-alpha", features = [] }

@amrbashir
amrbashir merged commit 8bf1fca into tauri-apps:dev Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants