Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 9, 2024
1 parent 548627d commit 508926c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:
- name: Upload to Codecov
if: matrix.version == '1.75.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
continue-on-error: true
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: cobertura.xml
token: ${{ secrets.CODECOV_TOKEN }}
files: cobertura.xml
fail_ci_if_error: true

- name: Install cargo-cache
continue-on-error: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [2.1.3] - 2024-04-11

* Handle settled transfers

## [2.1.2] - 2024-03-17

* Set transfer handle
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default = []
frame-trace = []

[dependencies]
ntex = "1.0"
ntex = "1"
ntex-util = "1.0.1"
ntex-amqp-codec = "0.9"

Expand All @@ -37,7 +37,7 @@ uuid = { version = "1", features = ["v4"] }

[dev-dependencies]
env_logger = "0.11"
ntex = { version = "1.0", features = ["tokio"] }
ntex = { version = "1", features = ["tokio"] }

[patch.crates-io]
ntex-amqp = { path = "." }
Expand Down

0 comments on commit 508926c

Please sign in to comment.