Skip to content

Commit

Permalink
Merge pull request #9 from guchengxi1994/master
Browse files Browse the repository at this point in the history
fix cargo
  • Loading branch information
guchengxi1994 authored Apr 17, 2024
2 parents 3963efa + 445eba1 commit 434a6f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: all_in_one
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.0.3+4
version: 0.0.3+5

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down
7 changes: 3 additions & 4 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ once_cell = "1.19.0"
rust_simple_notify_lib = { path = "../rust_simple_notify_lib" }
sysinfo = "0.30.8"
systemstat = "0.2.3"
winreg = "0.52.0"


[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = [
Expand All @@ -23,7 +23,6 @@ winapi = { version = "0.3", features = [
"processthreadsapi",
] }
systemicons = { git = "https://github.com/guchengxi1994/systemicons", branch = "master" }
winreg = "0.52.0"


[features]
[target.'cfg(windows)'.features]
windows-only = ["winreg", "winapi"]

0 comments on commit 434a6f7

Please sign in to comment.