Skip to content

Commit a658f1e

Browse files
authored
Update setup.py
1 parent 5cc112e commit a658f1e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

setup.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
33

44
setup(
55
name="RustBCA",
6-
rust_extensions=[RustExtension("libRustBCA.pybca", binding=Binding.PyO3, features=["python"])],
6+
version="1.1.2",
7+
rust_extensions=[
8+
RustExtension(
9+
"libRustBCA.pybca",
10+
binding=Binding.PyO3,
11+
features=["python"],
12+
#args=["+nightly", "--edition 2018", "-Z unstable-options"],
13+
#optional=True,
14+
rust_version="1.56.1"
15+
16+
)
17+
],
718
# rust extensions are not zip safe, just like C-extensions.
819
zip_safe=False,
920
)

0 commit comments

Comments
 (0)