mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
chore: Move to a modern resolver when using workspaces. (#7797)
This commit is contained in:
parent
47b33e649c
commit
ac065062eb
@ -13,6 +13,7 @@ members = [
|
||||
# integration tests
|
||||
"core/tests/restart",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
exclude = [
|
||||
# examples that can be compiled with the tauri CLI
|
||||
@ -24,10 +25,10 @@ exclude = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
||||
authors = ["Tauri Programme within The Commons Conservancy"]
|
||||
homepage = "https://tauri.app/"
|
||||
repository = "https://github.com/tauri-apps/tauri"
|
||||
categories = [ "gui", "web-programming" ]
|
||||
categories = ["gui", "web-programming"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user