Skip to content

Commit

Permalink
Use concrete client version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Nov 19, 2024
1 parent eda690e commit d169b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nats-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["nats", "extra", "extensions", "messaging", "api"]
categories = ["network-programming", "api-bindings"]

[dependencies]
async-nats = { git = "https://github.com/nats-io/nats.rs", package = "async-nats", branch = "main" }
async-nats = "0.38.0"
bytes = "1.8.0"
futures = "0.3.31"
tokio = { version = "1.0", features = ["time"] }
Expand Down

0 comments on commit d169b37

Please sign in to comment.