Skip to content

Commit f97a4f9

Browse files
author
Martin Larralde
committed
Pin pyo3 dependency in example_tomlgen/setup.cfg
1 parent f1100c7 commit f97a4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_tomlgen/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ zip_safe = false
1010
create_workspace = true
1111

1212
[tomlgen_rust.dependencies]
13-
pyo3 = { git = "https://github.com/PyO3/pyo3", features = ["extension-module"] }
13+
pyo3 = { version = "0.5.0-alpha.3", features = ["extension-module"] }
1414

1515
[tomlgen_rust.dependencies.hello-english]
1616
english-lint = "*"

0 commit comments

Comments
 (0)