Skip to content

Commit 36990db

Browse files
committed
Bump versions
1 parent 21dc7d9 commit 36990db

File tree

4 files changed

+34
-35
lines changed

4 files changed

+34
-35
lines changed

Cargo.lock

Lines changed: 15 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc-py"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,7 +9,7 @@ name = "oxc_py"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.23.3"
12+
pyo3 = "0.27.1"
1313
oxc_allocator = "0.44.0"
1414
oxc_codegen = "0.44.0"
1515
oxc_parser = "0.44.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = []
1616
[project.optional-dependencies]
1717
dev = [
1818
'pytest>=6.2.4',
19-
"maturin>=1.8.2",
19+
"maturin>=1.9.6",
2020
]
2121

2222

uv.lock

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)