forked from nats-io/nats.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
7 changed files
with
56 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,3 +153,4 @@ update_consumer | |
update_consumer_on_stream | ||
create_consumer_strict | ||
create_consumer_strict_on_stream | ||
leafnodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "async-nats" | |
authors = ["Tomasz Pietrek <[email protected]>", "Casper Beyer <[email protected]>"] | ||
version = "0.35.1" | ||
edition = "2021" | ||
rust = "1.67.0" | ||
rust = "1.74.0" | ||
description = "A async Rust NATS client" | ||
license = "Apache-2.0" | ||
documentation = "https://docs.rs/async-nats" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM rust:1.71.1 | ||
FROM rust:1.78 | ||
WORKDIR /usr/src/nats.rs/async-nats | ||
ARG PROFILE=test | ||
COPY . /usr/src/nats.rs | ||
RUN cargo test --features compatibility_tests --no-run | ||
ENV NATS_URL=localhost:4222 | ||
CMD cargo test --features compatibility_tests compatibility -- --nocapture | ||
CMD cargo test --features compatibility_tests compatibility -- --nocapture |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters