Skip to content

Commit

Permalink
fix: tauri: build failing (base64 dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Feb 11, 2025
1 parent f1900c1 commit 6a54911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/target-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mime = "0.3.17"
percent-encoding = "2"
thiserror = "2.0.11"
png = "0.*"
base64 = "0.*"
base64 = "0.22.1"
uuid = { version = "1", features = ["v4"] }

[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
Expand Down

0 comments on commit 6a54911

Please sign in to comment.