Skip to content

Commit

Permalink
chore(deps): upgrade amp-common and amp-client
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed May 8, 2024
1 parent e606275 commit 5b1496e
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 37 deletions.
172 changes: 138 additions & 34 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "desktop"
description = "Open source GUI application that enables you to interact with Amphitheatre"
version = "0.7.0"
version = "0.7.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -17,8 +17,8 @@ name = "amphitheatre-desktop"
path = "src/main.rs"

[dependencies]
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.8.0" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.8.0" }
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.8.1" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.8.3" }
futures = "0.3"
iced = { version = "0.12.1", features = ["tokio", "debug", "lazy"] }
iced_aw = { version = "0.8.0", features = ["icons"] }
Expand Down

0 comments on commit 5b1496e

Please sign in to comment.