Skip to content

Commit f0a339a

Browse files
committed
fix hatch-cpp version in cppjswasm template
1 parent 222d96b commit f0a339a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cppjswasm/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling",
4-
"hatch-cpp<0.3",
4+
"hatch-cpp",
55
"hatch-js",
66
"pybind11",
77
]
@@ -42,7 +42,7 @@ develop = [
4242
"check-dist",
4343
"cibuildwheel",
4444
"codespell",
45-
"hatch-cpp<0.3",
45+
"hatch-cpp",
4646
"hatch-js",
4747
"hatchling",
4848
"pybind11",

0 commit comments

Comments
 (0)