-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add deltalake git dependency to cargo.toml #1821
Comments
Which version of Rust are you using? You will have to use a more recent version that supports Cargo Workspaces. rustc --version
cargo version I tried just now with a new project using Rust 1.73 and it works. You can upgrade your version using
|
@rtyler @wjones127 does setting |
@cmackenzie1 thanks. Upgraded my version of rust to 1.73 and it works now. I was originally on on 1.70. As an aside, is the slack forum still active? The invite link doesn't seem to work. |
@dennyglee - anything you can do about this? :) |
@dennyglee The link on the main github page is still showing
Can you please paste the working link here? |
Hi there,
This is a question rather than a bug but the invite for the slack channel invite link doesn't seem to work, so I cant ask questions there.
I'm trying to add the dependency for deltalake to my project so that it pulls from the latest version in git but I can't get it to work. I tried adding the line below to my cargo.toml but it doesn't seem to find it.
deltalake = { git = "https://github.com/delta-io/delta-rs"}
How can I directly point to the deltalake on git?
The text was updated successfully, but these errors were encountered: