소스 검색

adjust muda requirements to rely on a single version (#3533)

Philipp Herzog 3 달 전
부모
커밋
87d113bddd
3개의 변경된 파일4개의 추가작업 그리고 22개의 파일을 삭제
  1. 2 20
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 1 1
      packages/desktop/Cargo.toml

+ 2 - 20
Cargo.lock

@@ -3734,7 +3734,7 @@ dependencies = [
  "infer 0.11.0",
  "jni",
  "lazy-js-bundle",
- "muda 0.11.5",
+ "muda",
  "ndk",
  "ndk-context",
  "ndk-sys 0.6.0+11769913",
@@ -8139,24 +8139,6 @@ dependencies = [
  "nasm-rs",
 ]
 
-[[package]]
-name = "muda"
-version = "0.11.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c47e7625990fc1af2226ea4f34fb2412b03c12639fcb91868581eb3a6893453"
-dependencies = [
- "cocoa 0.25.0",
- "crossbeam-channel",
- "gtk",
- "keyboard-types",
- "libxdo",
- "objc",
- "once_cell",
- "png",
- "thiserror 1.0.69",
- "windows-sys 0.52.0",
-]
-
 [[package]]
 name = "muda"
 version = "0.15.3"
@@ -13473,7 +13455,7 @@ dependencies = [
  "crossbeam-channel",
  "dirs",
  "libappindicator",
- "muda 0.15.3",
+ "muda",
  "objc2",
  "objc2-app-kit",
  "objc2-foundation",

+ 1 - 1
Cargo.toml

@@ -256,7 +256,7 @@ dunce = "1.0.5"
 urlencoding = "2.1.2"
 global-hotkey = "0.6.0"
 rfd = { version = "0.14", default-features = false }
-muda = "0.14.0"
+muda = "0.15.3"
 cocoa = "0.26"
 core-foundation = "0.10.0"
 objc = { version = "0.2.7", features = ["exception"] }

+ 1 - 1
packages/desktop/Cargo.toml

@@ -72,7 +72,7 @@ wry = { workspace = true, features = [
 [target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux",target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
 global-hotkey = "0.5.0"
 rfd = { version = "0.14", default-features = false, features = ["xdg-portal", "tokio"] }
-muda = "0.11.3"
+muda = { workspace = true }
 
 [target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux"))'.dependencies]
 tray-icon = { workspace = true }