Skip to content

Commit

Permalink
move cancel to use uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 21, 2024
1 parent 1c642d3 commit e8ed4ee
Show file tree
Hide file tree
Showing 6 changed files with 634 additions and 629 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ lazy_static = "1"
serde = { version = "1.0", features=['derive'] }
serde_json = "1.0.59"
reqwest = { version = "0.11", features = ["json", "blocking"] }
uuid = "0.8.2"


[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
1 change: 1 addition & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ log4rs = { version = "0.12", features = [
] }
backtrace = "0.3"
lazy_static = "1"
uuid = "0.8.2"

iced = { version = "0.10", features = ["advanced", "tokio"] }
iced_futures = { version = "0.7", features = ["async-std"] }
Expand Down
Loading

0 comments on commit e8ed4ee

Please sign in to comment.