-
Notifications
You must be signed in to change notification settings - Fork 2
Bump approx and include_dir #9
base: master
Are you sure you want to change the base?
Conversation
The |
bors try |
I'm not sure what the goal of this PR was in the first place - something more than just keeping our deps updated? I'm assuming we'll need some kind of corresponding update in geo/geo-geotypes? |
tryBuild failed: |
I wonder if we can read the files at run-time from under |
Fine with me! |
@@ -7,9 +7,9 @@ edition = "2018" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
|
|||
[dependencies] | |||
approx = "0.4.0" | |||
approx = "0.5" |
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.
should this be patched version?
approx = "0.5" | |
approx = "0.5.0" |
geo = "*" | ||
include_dir = { version = "0.6", features = ["search"] } | ||
include_dir = { version = "0.7", features = ["glob"] } |
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.
include_dir = { version = "0.7", features = ["glob"] } | |
include_dir = { version = "0.7.0", features = ["glob"] } |
You might be interested in georust/geo#764 |
No description provided.