Revert "chore: Disable workspace inheritance for [package] (#775)" (#776)

This reverts commit 4899ae007a.
pull/779/head
Fabian-Lars 2 years ago committed by GitHub
parent 4899ae007a
commit 12900556a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated

@ -3549,14 +3549,16 @@ dependencies = [
[[package]] [[package]]
name = "rsa" name = "rsa"
version = "0.9.5" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af6c4b23d99685a1408194da11270ef8e9809aff951cc70ec9b17350b087e474" checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
dependencies = [ dependencies = [
"byteorder",
"const-oid", "const-oid",
"digest 0.10.7", "digest 0.10.7",
"num-bigint-dig", "num-bigint-dig",
"num-integer", "num-integer",
"num-iter",
"num-traits", "num-traits",
"pkcs1", "pkcs1",
"pkcs8", "pkcs8",

@ -10,7 +10,6 @@ tauri-build = "1"
serde_json = "1" serde_json = "1"
thiserror = "1" thiserror = "1"
# TODO: Make plugins use these again once dependabot supports it.
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
authors = [ "Tauri Programme within The Commons Conservancy" ] authors = [ "Tauri Programme within The Commons Conservancy" ]

@ -2,10 +2,10 @@
name = "tauri-plugin-authenticator" name = "tauri-plugin-authenticator"
version = "0.0.0" version = "0.0.0"
description = "Use hardware security-keys in your Tauri App." description = "Use hardware security-keys in your Tauri App."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-autostart" name = "tauri-plugin-autostart"
version = "0.0.0" version = "0.0.0"
description = "Automatically launch your application at startup." description = "Automatically launch your application at startup."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-fs-extra" name = "tauri-plugin-fs-extra"
version = "0.0.0" version = "0.0.0"
description = "Additional file system methods not included in the core API." description = "Additional file system methods not included in the core API."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-fs-watch" name = "tauri-plugin-fs-watch"
version = "0.0.0" version = "0.0.0"
description = "Watch files and directories for changes." description = "Watch files and directories for changes."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-localhost" name = "tauri-plugin-localhost"
version = "0.1.0" version = "0.1.0"
description = "Expose your apps assets through a localhost server instead of the default custom protocol." description = "Expose your apps assets through a localhost server instead of the default custom protocol."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-log" name = "tauri-plugin-log"
version = "0.0.0" version = "0.0.0"
description = "Configurable logging for your Tauri app." description = "Configurable logging for your Tauri app."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-persisted-scope" name = "tauri-plugin-persisted-scope"
version = "0.1.3" version = "0.1.3"
description = "Save filesystem and asset scopes and restore them when the app is reopened." description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-positioner" name = "tauri-plugin-positioner"
version = "1.0.4" version = "1.0.4"
description = "Position your windows at well-known locations." description = "Position your windows at well-known locations."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-single-instance" name = "tauri-plugin-single-instance"
version = "0.0.0" version = "0.0.0"
description = "Ensure a single instance of your tauri app is running." description = "Ensure a single instance of your tauri app is running."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
exclude = ["/examples"] exclude = ["/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-sql" name = "tauri-plugin-sql"
version = "0.0.0" version = "0.0.0"
description = "Interface with SQL databases." description = "Interface with SQL databases."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
#rust-version = "1.64" #rust-version.workspace = true
rust-version = "1.65" rust-version = "1.65"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-store" name = "tauri-plugin-store"
version = "0.0.0" version = "0.0.0"
description = "Simple, persistent key-value store." description = "Simple, persistent key-value store."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-stronghold" name = "tauri-plugin-stronghold"
version = "0.0.0" version = "0.0.0"
description = "Store secrets and keys using the IOTA Stronghold encrypted database." description = "Store secrets and keys using the IOTA Stronghold encrypted database."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-upload" name = "tauri-plugin-upload"
version = "0.0.0" version = "0.0.0"
description = "Upload files from disk to a remote server over HTTP." description = "Upload files from disk to a remote server over HTTP."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,10 +1,10 @@
[package] [package]
name = "tauri-plugin-websocket" name = "tauri-plugin-websocket"
version = "0.0.0" version = "0.0.0"
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
exclude = ["/examples"] exclude = ["/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,10 +2,10 @@
name = "tauri-plugin-window-state" name = "tauri-plugin-window-state"
version = "0.1.0" version = "0.1.0"
description = "Save window positions and sizes and restore them when the app is reopened." description = "Save window positions and sizes and restore them when the app is reopened."
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
edition = "2021" edition.workspace = true
rust-version = "1.64" rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,9 +1,9 @@
[package] [package]
name = "tauri-plugin-{{name}}" name = "tauri-plugin-{{name}}"
version = "0.0.0" version = "0.0.0"
edition = "2021" edition.workspace = true
authors = [ "Tauri Programme within The Commons Conservancy" ] authors.workspace = true
license = "Apache-2.0 OR MIT" license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Loading…
Cancel
Save