diff --git a/Cargo.toml b/Cargo.toml index d0e7344..4871eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-client" description = "The Amphitheatre API client for Rust" -version = "0.2.9" +version = "0.3.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.3.9" } +amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.4.1" } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] }