Skip to content

Commit 28e4e67

Browse files
committed
Merge branch 'dev'
2 parents 5f28e91 + 0e8b8fb commit 28e4e67

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.6.0"
3+
version = "0.6.1"
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.3.0"
54+
version = "=0.3.1"
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.3.0"
3+
version = "0.3.1"
44
authors = [
55
"ryans <[email protected]>",
66
]

0 commit comments

Comments
 (0)