Skip to content

Commit

Permalink
Merge pull request #28 from alley-rs/main
Browse files Browse the repository at this point in the history
fix: Cargo.toml 语法错误
  • Loading branch information
thep0y committed Feb 27, 2024
2 parents 2b72111 + 595fd3a commit 9cfb096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ zip = '0.6'
toml = "0.8"
sysinfo = "0.30"

[target.'cfg(target-os = "macos")'.dependencies]
[target.'cfg(target_os = "macos")'.dependencies]
regex = "1"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 9cfb096

Please sign in to comment.