Skip to content

Commit

Permalink
Update dependencies and bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Feb 1, 2024
1 parent 62959ef commit b9b689f
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 548 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Ruff
- name: Ruff check
run: pipx run ruff<0.2.0 check --output-format github .
- name: black
run: pipx run black --check .
- name: Ruff format
run: pipx run ruff<0.2.0 format --diff .
- name: Rustfmt
run: cargo fmt --all -- --check
- name: Clippy (pure rust)
Expand Down
119 changes: 59 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pep508_rs"
version = "0.2.3"
version = "0.2.4"
description = "A library for python dependency specifiers, better known as PEP 508"
edition = "2021"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
Expand Down
Loading

0 comments on commit b9b689f

Please sign in to comment.