Skip to content

Commit

Permalink
feat(cli): add support for Cargo's workspace inheritance for the pack…
Browse files Browse the repository at this point in the history
…age version, closes #5070 (#5775)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
  • Loading branch information
FabianLars and lucasfernog committed Dec 14, 2022
1 parent f7a080a commit cd8c074
Show file tree
Hide file tree
Showing 16 changed files with 3,371 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/version-inheritance.md
@@ -0,0 +1,5 @@
---
'cli.rs': 'minor'
---

Add support for Cargo's workspace inheritance for the package version.
2 changes: 1 addition & 1 deletion .scripts/update-lockfiles.sh
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT

declare -a examples=("api" "sidecar" "updater" "resources" "tauri-dynamic-lib")
declare -a examples=("api" "sidecar" "updater" "resources" "tauri-dynamic-lib" "workspace")
declare -a tooling=("bench" "cli" "webdriver")

for example in "${examples[@]}"
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,8 @@ exclude = [
"examples/updater/src-tauri",
"examples/resources/src-tauri",
"examples/sidecar/src-tauri",
"examples/web/core"
"examples/web/core",
"examples/workspace"
]

# default to small, optimized workspace release binaries
Expand Down

0 comments on commit cd8c074

Please sign in to comment.