Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ jobs:
command: test
args: --no-default-features -p pyo3-stub-gen

deny:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Check licenses
uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check licenses

semver-check:
runs-on: ubuntu-latest
steps:
Expand Down
136 changes: 20 additions & 116 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
Expand Up @@ -11,7 +11,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.17.1"
version = "0.17.2"
edition = "2021"

description = "Stub file (*.pyi) generator for PyO3"
Expand Down
Loading
Loading