We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dd985 commit 3a63489Copy full SHA for 3a63489
pub-sub-client-derive/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pub-sub-client-derive"
3
-version = "0.9.2-alpha.0"
+version = "0.9.2"
4
edition = "2021"
5
rust-version = "1.58"
6
pub-sub-client/Cargo.toml
@@ -16,7 +16,7 @@ documentation = "https://github.com/hseeberger/pub-sub-client"
16
derive = [ "pub-sub-client-derive" ]
17
18
[dependencies]
19
-pub-sub-client-derive = { version = "=0.9.2-alpha.0", optional = true, path = "../pub-sub-client-derive" }
+pub-sub-client-derive = { version = "=0.9.2", optional = true, path = "../pub-sub-client-derive" }
20
base64 = "0.13"
21
goauth = "0.11"
22
reqwest = { version = "0.11", features = [ "json" ] }
0 commit comments