Skip to content

Commit

Permalink
Merge #4401
Browse files Browse the repository at this point in the history
4401: update packages r=AurelienFT a=damip

* [ ] document all added functions
* [ ] try in sandbox /simulation/labnet
  * [ ] if part of node-launch, checked using the `resync_check` flag
* [ ] unit tests on the added/changed features
  * [ ] make tests compile
  * [ ] make tests pass 
* [ ] add logs allowing easy debugging in case the changes caused problems
* [ ] if the API has changed, update the API specification

Co-authored-by: damip <[email protected]>
Co-authored-by: Moncef AOUDIA <[email protected]>
Co-authored-by: Damir Vodenicarevic <[email protected]>
Co-authored-by: AurelienFT <[email protected]>
  • Loading branch information
4 people authored Sep 20, 2023
2 parents 6c4888d + ae5a4fc commit fa9bd21
Show file tree
Hide file tree
Showing 23 changed files with 509 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
- uses: Swatinem/rust-cache@v2
with:
shared-key: "check"
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
components: clippy
override: true
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
components: rustfmt
override: true
- uses: actions/checkout@v3
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.72.1
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit fa9bd21

Please sign in to comment.