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 3a63489 commit a7dcdc2Copy full SHA for a7dcdc2
pub-sub-client-tests/Cargo.toml
@@ -7,7 +7,7 @@ rust-version = "1.58"
7
publish = false
8
9
[dev-dependencies]
10
-pub-sub-client = { version = "=0.9.2-alpha.0", path = "../pub-sub-client", features = [ "derive" ] }
+pub-sub-client = { version = "=0.9.2", path = "../pub-sub-client", features = [ "derive" ] }
11
anyhow = "1.0"
12
base64 = "0.13"
13
reqwest = { version = "0.11", features = [ "json" ] }
pub-sub-client/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pub-sub-client"
3
-version = "0.9.2-alpha.0"
+version = "0.9.2"
4
edition = "2021"
5
rust-version = "1.58"
6
0 commit comments