Skip to content

Commit e9ba920

Browse files
authored
Bump plugin version to 0.5 (and rabbitmq to 0.2). (#14)
1 parent a5200a5 commit e9ba920

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "holaplex-indexer-rabbitmq-geyser"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
"ryans <[email protected]>",
66
]
@@ -51,7 +51,7 @@ features = [
5151

5252
[dependencies.indexer-rabbitmq]
5353
package = "holaplex-indexer-rabbitmq"
54-
version = "=0.1.0"
54+
version = "=0.2.0"
5555
path = "../rabbitmq"
5656
default-features = false
5757
features = ["producer", "geyser"]

crates/rabbitmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "holaplex-indexer-rabbitmq"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = [
55
"ryans <[email protected]>",
66
]

0 commit comments

Comments
 (0)