Skip to content

Commit

Permalink
release: bumping pub-sub-client 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 49fb06d commit d98252c
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-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation.workspace = true
publish = false

[dev-dependencies]
pub-sub-client = { version = "=0.11.0", path = "../pub-sub-client", features = [ "derive" ] }
pub-sub-client = { version = "=0.11.1-alpha.0", path = "../pub-sub-client", features = [ "derive" ] }
anyhow = { workspace = true }
base64 = { workspace = true }
reqwest = { workspace = true, features = [ "json" ] }
Expand Down
2 changes: 1 addition & 1 deletion pub-sub-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pub-sub-client"
version= "0.11.0"
version= "0.11.1-alpha.0"
edition.workspace = true
description.workspace = true
authors.workspace = true
Expand Down

0 comments on commit d98252c

Please sign in to comment.