Skip to content
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

[Rust] datafusion 0.15.0-SNAPSHOT error #22675

Closed
asfimport opened this issue Aug 20, 2019 · 1 comment
Closed

[Rust] datafusion 0.15.0-SNAPSHOT error #22675

asfimport opened this issue Aug 20, 2019 · 1 comment

Comments

@asfimport
Copy link

error: failed to select a version for the requirement datafusion = "^0.15.0-SNAPSHOT"
candidate versions found which didn't match: 0.14.1, 0.14.0, 0.13.0, ...
location searched: crates.io index
required by package myRust v0.1.0 (E:\workspace\myRust)

Add “0.15.0-SNAPSHOT” to my Cargo.toml,but crates.io not found this version

 

Reporter: xingzhicn
Assignee: Andy Grove / @andygrove

Note: This issue was originally created as ARROW-6293. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Paddy Horan / @paddyhoran:
Hi 0.14.1 is the most recent version.  The README is misleading and I think it is set automatically by our tooling.  The current master is designated as 0.15.0-SNAPSHOT because 0.15.0 will be the next release.

 

If you need to use features not in 0.14.1 you can specify to build with master from github using the instructions detailed here: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html.

 

@asfimport asfimport added this to the 0.15.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants