Skip to content

Commit

Permalink
Bump version to 0.7.6, amp-common from v0.7.6 to v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 21, 2024
1 parent 64a91fe commit 082f4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "amp-client"
description = "The Amphitheatre API client for Rust"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "Apache-2.0"
homepage = "https://amphitheatre.app"
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.6" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.7" }
futures = "0.3"
reqwest-eventsource = "0.5.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 082f4db

Please sign in to comment.