mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-20 21:20:42 +02:00
chore(deps): change rust crate maplit version to 1 (#1270)
* chore(deps): update rust crate maplit to 1.0.2 * Update Cargo.toml * Update tauri-beta-17.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
co-authored by
Fabian-Lars
parent
bd1ed5903f
commit
6ea07297f4
@@ -11,7 +11,7 @@
|
|||||||
"global-shortcut": patch
|
"global-shortcut": patch
|
||||||
"http": patch
|
"http": patch
|
||||||
"localhost": patch
|
"localhost": patch
|
||||||
"log": patch
|
"log-plugin": patch
|
||||||
"nfc": patch
|
"nfc": patch
|
||||||
"notification": patch
|
"notification": patch
|
||||||
"os": patch
|
"os": patch
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ winrt-notification = { package = "tauri-winrt-notification", version = "0.2" }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
color-backtrace = "0.6"
|
color-backtrace = "0.6"
|
||||||
ctor = "0.2"
|
ctor = "0.2"
|
||||||
maplit = "1.0"
|
maplit = "1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "zbus", "async" ]
|
default = [ "zbus", "async" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user