Skip to content

Commit

Permalink
release: bumping pub-sub-client-derive to v0.11.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Oct 11, 2022
1 parent f85110a commit 49fb06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pub-sub-client-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pub-sub-client-derive"
version= "0.11.0"
version= "0.11.1-alpha.0"
edition.workspace = true
description.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pub-sub-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [ "tests" ]
derive = [ "pub-sub-client-derive" ]

[dependencies]
pub-sub-client-derive = { version = "=0.11.0", optional = true, path = "../pub-sub-client-derive" }
pub-sub-client-derive = { version = "=0.11.1-alpha.0", optional = true, path = "../pub-sub-client-derive" }
base64 = { workspace = true }
goauth = { workspace = true }
reqwest = { workspace = true, features = [ "json" ] }
Expand Down

0 comments on commit 49fb06d

Please sign in to comment.