Closed
Description
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?
Activity