From 9e6bd42eb027a8051812f28d46d22650be8247e0 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Sat, 18 Jan 2025 19:42:39 +0800 Subject: [PATCH] Bump amp-common version to v0.9.6 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cdc839..a387463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-client" description = "The Amphitheatre API client for Rust" -version = "0.9.4" +version = "0.9.5" edition = "2021" license = "Apache-2.0" homepage = "https://amphitheatre.app" @@ -10,7 +10,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.9.5" } +amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.6" } futures = "0.3.30" reqwest-eventsource = "0.6.0" serde = { version = "1.0.197", features = ["derive"] }