Skip to content

Commit a7dcdc2

Browse files
committed
release: released pub-sub-client v0.9.2
1 parent 3a63489 commit a7dcdc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pub-sub-client-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.58"
77
publish = false
88

99
[dev-dependencies]
10-
pub-sub-client = { version = "=0.9.2-alpha.0", path = "../pub-sub-client", features = [ "derive" ] }
10+
pub-sub-client = { version = "=0.9.2", path = "../pub-sub-client", features = [ "derive" ] }
1111
anyhow = "1.0"
1212
base64 = "0.13"
1313
reqwest = { version = "0.11", features = [ "json" ] }

pub-sub-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pub-sub-client"
3-
version = "0.9.2-alpha.0"
3+
version = "0.9.2"
44
edition = "2021"
55
rust-version = "1.58"
66

0 commit comments

Comments
 (0)