add cargo.lock file for python binding (#982)

This commit is contained in:
QP Hou
2021-09-09 10:05:51 -07:00
committed by GitHub
parent bb616bf94b
commit 75fc80c13f
3 changed files with 1416 additions and 5 deletions
-1
View File
@@ -16,6 +16,5 @@
# under the License.
/target
Cargo.lock
venv
.venv
+1416
View File
File diff suppressed because it is too large Load Diff
-4
View File
@@ -32,10 +32,6 @@ tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"
rand = "0.7"
pyo3 = { version = "0.14.1", features = ["extension-module", "abi3", "abi3-py36"] }
datafusion = { path = "../datafusion", version = "5.1.0" }
# workaround for a bug introduced in
# https://github.com/dtolnay/proc-macro2/pull/286
# TODO: remove this version pin after upstream releases a fix
proc-macro2 = { version = "=1.0.28" }
[lib]
name = "datafusion"