Skip to content

Commit

Permalink
update changelog, old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
starkat99 committed Feb 25, 2024
1 parent ad7ac9e commit 8a83752
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
RUSTUP_MAX_RETRIES: 10
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
RUSTFLAGS: "-D warnings"
#RUSTFLAGS: "-D warnings"
# Disable debuginfo for faster compile
CARGO_PROFILE_DEV_DEBUG: 0
CARGO_PROFILE_TEST_DEBUG: 0
Expand All @@ -28,30 +28,30 @@ jobs:
os: [ubuntu-latest, windows-latest]
rust:
- stable
- beta
# - beta
- nightly
- 1.51.0

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: clippy,rustfmt

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1

- name: Install Cargo Make
uses: davidB/rust-cargo-make@v1

- name: cargo-make ci-flow
uses: actions-rs/cargo@v1
with:
command: make
args: ci-flow
- name: Checkout
uses: actions/checkout@v2

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: clippy,rustfmt

# - name: Cache Dependencies
# uses: Swatinem/rust-cache@v1

- name: Install Cargo Make
uses: davidB/rust-cargo-make@v1

- name: cargo-make ci-flow
uses: actions-rs/cargo@v1
with:
command: make
args: ci-flow
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Potential soudness issues resolved.

## [1.8.2] - 2021-10-22 <a name="1.8.2"></a>
### Fixed
Expand Down

0 comments on commit 8a83752

Please sign in to comment.