回答編集履歴

1

pyo3の設定を質問文にあわせる

2019/03/21 15:53

投稿

termoshtt
termoshtt

スコア136

test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  [dependencies]
40
40
 
41
- pyo3 = { version = "*", optional = true }
41
+ pyo3 = { version = "0.6.0-alpha.4", features = ["extension-module"], optional = true }
42
42
 
43
43
  ```
44
44