Skip to content

Commit

Permalink
v 0.8.0 (#112)
Browse files Browse the repository at this point in the history
* find_and_replace refactoring
* add condition before adding query params
* use String instead of Rc<str>
* remove unnecessary to_string conversions
* use iterators with strings to simplify the logic
* packages update
* version bump
* try to gather coverage on nightly due to Smithay/wayland-rs#717
  • Loading branch information
Lurk authored May 15, 2024
1 parent 6630fa7 commit db48cff
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 305 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.66.0"] # [email protected].0 MSRV is 1.66.0
msrv: ["1.70.0"] # [email protected].13 MSRV is 1.70.0
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
run: cargo test --locked --all-features --all-targets
coverage:
runs-on: ubuntu-latest
name: ubuntu / stable / coverage
name: ubuntu / nightly / coverage
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
- name: cargo install cargo-llvm-cov
Expand Down
Loading

0 comments on commit db48cff

Please sign in to comment.