Skip to content

Commit

Permalink
chore(messaging-nats): bump v0.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Feb 3, 2025
1 parent 240a824 commit 3655f8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ wasmcloud-provider-keyvalue-nats = { version = "*", path = "./crates/provider-ke
wasmcloud-provider-keyvalue-redis = { version = "*", path = "./crates/provider-keyvalue-redis", default-features = false }
wasmcloud-provider-keyvalue-vault = { version = "*", path = "./crates/provider-keyvalue-vault", default-features = false }
wasmcloud-provider-messaging-kafka = { version = "*", path = "./crates/provider-messaging-kafka", default-features = false }
wasmcloud-provider-messaging-nats = { version = "^0.24.0", path = "./crates/provider-messaging-nats", default-features = false }
wasmcloud-provider-messaging-nats = { version = "0.25.0", path = "./crates/provider-messaging-nats", default-features = false }
wasmcloud-provider-sdk = { version = "^0.13.0", path = "./crates/provider-sdk", default-features = false }
wasmcloud-provider-sqldb-postgres = { version = "*", path = "./crates/provider-sqldb-postgres", default-features = false }
wasmcloud-runtime = { version = "^0.8.0", path = "./crates/runtime", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/provider-messaging-nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-provider-messaging-nats"
version = "0.24.0"
version = "0.25.0"
description = """
A capability provider that satisfies the 'wasmcloud:messaging' contract using NATS as a backend.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/bin/messaging-nats-provider/wasmcloud.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Messaging NATS"
language = "rust"
type = "provider"
version = "0.24.0"
version = "0.25.0"
wit = "../../../crates/provider-messaging-nats/wit"

[rust]
Expand Down

0 comments on commit 3655f8a

Please sign in to comment.