Skip to content

Commit

Permalink
release: released pub-sub-client 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 33bed63 commit f8e44d2
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 @@ -7,7 +7,7 @@ rust-version = "1.58"
publish = false

[dev-dependencies]
pub-sub-client = { version = "=0.9.1-alpha.0", path = "../pub-sub-client", features = [ "derive" ] }
pub-sub-client = { version = "=0.9.1", path = "../pub-sub-client", features = [ "derive" ] }
anyhow = "1.0"
base64 = "0.13"
reqwest = { version = "0.11", 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.9.1-alpha.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.58"

Expand Down

0 comments on commit f8e44d2

Please sign in to comment.