Skip to content

Commit

Permalink
release: released pub-sub-client-derive v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Jan 29, 2022
1 parent bcda6f6 commit 33bed63
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.9.1-alpha.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.58"

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 @@ -16,7 +16,7 @@ documentation = "https://github.com/hseeberger/pub-sub-client"
derive = [ "pub-sub-client-derive" ]

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

0 comments on commit 33bed63

Please sign in to comment.