Skip to content

Commit

Permalink
chore(deps): bump amp-client and amp-common versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Feb 3, 2024
1 parent 5d9194d commit 3e803c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
39 changes: 19 additions & 20 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,6 +1,6 @@
[package]
name = "playground-api"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/playground-api"
Expand All @@ -14,8 +14,8 @@ name = "playground"
path = "src/lib.rs"

[dependencies]
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.7.6" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.7" }
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.7.7" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.8" }
anyhow = "1.0"
axum = { version = "0.7.4" }
clap = { version = "4.4.12", features = ["derive", "env"] }
Expand Down

0 comments on commit 3e803c9

Please sign in to comment.