Skip to content

Commit

Permalink
Bump amp-common & amp-client versions to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Dec 19, 2023
1 parent e6d3215 commit 673510e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 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.1.1"
version = "0.1.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.5.1" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.6" }
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.6.0" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.6.0" }
anyhow = "1.0"
axum = { version = "0.7.2" }
clap = { version = "4.4.11", features = ["derive", "env"] }
Expand Down

0 comments on commit 673510e

Please sign in to comment.