From 60110a3de0df44769bb85b34727eed485d4bf934 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Tue, 19 Dec 2023 16:06:11 +0800 Subject: [PATCH] Bump amp-common version from 0.5.1 to 0.6.0 for support build platforms option --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86d13af..309fc84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-client" description = "The Amphitheatre API client for Rust" -version = "0.5.1" +version = "0.6.0" edition = "2021" license = "Apache-2.0" homepage = "https://amphitheatre.app" @@ -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.5.6" } +amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.6.0" } futures = "0.3" reqwest-eventsource = "0.5.0" serde = { version = "1.0", features = ["derive"] }