Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Bump approx and include_dir #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Member

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?

Suggested change
approx = "0.5"
approx = "0.5.0"

geo = "*"
include_dir = { version = "0.6", features = ["search"] }
include_dir = { version = "0.7", features = ["glob"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
include_dir = { version = "0.7", features = ["glob"] }
include_dir = { version = "0.7.0", features = ["glob"] }

log = "0.4.14"
serde = { version = "*", features = ["derive"] }
serde-xml-rs = "*"
Expand Down