Skip to content

Commit e15d4dd

Browse files
committed
chore: Update dependencies
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 584a07a commit e15d4dd

File tree

7 files changed

+494
-294
lines changed

7 files changed

+494
-294
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ jobs:
201201
- run: cargo clippy --all-targets --all-features -- -D warnings
202202
working-directory: ./jsonschema
203203

204+
- run: cargo clippy --all-targets --all-features -- -D warnings
205+
working-directory: ./bindings/python
206+
204207
features:
205208
name: Check features
206209
runs-on: ubuntu-20.04

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `pyo3` to `0.20`.
8+
59
## [0.17.1] - 2023-07-05
610

711
### Changed

0 commit comments

Comments
 (0)