Skip to content

Commit

Permalink
chore: bump pyo3-build-config from 0.21.2 to 0.22.1 (#4743)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Roos <[email protected]>
  • Loading branch information
dependabot[bot] and max-sixty authored Jul 15, 2024
1 parent cc13dcc commit a3c2f5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ insta = {version = "1.39.0", features = ["colors", "glob", "yaml"]}
insta-cmd = "0.6.0"
itertools = "0.13.0"
log = "0.4.22"
pyo3 = {version = "0.20.1", features = ["abi3-py37", "anyhow"]}
pyo3-build-config = "0.22.1"
schemars = "1.0.0-alpha.2"
semver = {version = "1.0.23", features = ["serde"]}
serde = {version = "1.0.204", features = ["derive"]}
Expand Down
4 changes: 2 additions & 2 deletions lutra/bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ arrow = {version = "51.0", features = ["pyarrow"], default-features = false}
itertools = {workspace = true}
# we rename lutra to lutralib here, so we can define a function named lutra
lutralib = {package = "lutra", path = "../../lutra", default-features = false}
pyo3 = {version = "0.20.3", features = ["abi3-py37", "anyhow"]}
pyo3 = {workspace = true}

[build-dependencies]
pyo3-build-config = "0.21.2"
pyo3-build-config = {workspace = true}

[package.metadata.release]
tag-name = "{{version}}"
Expand Down
4 changes: 2 additions & 2 deletions prqlc/bindings/prqlc-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc = false
doctest = false

[target.'cfg(not(target_family="wasm"))'.dependencies]
pyo3 = {version = "0.20.3", features = ["abi3-py37"]}
pyo3 = {workspace = true}

[dependencies]
# Renamed to avoid conflicts in lib.rs
Expand All @@ -27,7 +27,7 @@ prqlc_lib = {package = "prqlc", path = "../../prqlc", default-features = false}
insta = {workspace = true}

[build-dependencies]
pyo3-build-config = "0.21.2"
pyo3-build-config = {workspace = true}

[package.metadata.release]
tag-name = "{{version}}"
Expand Down

0 comments on commit a3c2f5a

Please sign in to comment.