-
Notifications
You must be signed in to change notification settings - Fork 96
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
link and version #377
link and version #377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we shouldn't emit something like 9090900
in the docs.rs case, so everything gets enabled.
build.rs
Outdated
|
||
fn main() { | ||
let gdal_version_string = gdal_version_info(); | ||
let gdal_version_string = env::var("DEP_GDAL_VERSION_NUMBER").unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though very unlikely, consider using .expect(...)
with a helpful message to indicate it was expected that gdal-sys/build.rs
would have emitted cargo:version-number
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…nd-use-cargo-for-gdal-version
bors r+ |
Build succeeded: |
CHANGES.md
if knowledge of this change could be valuable to users.