Skip to content

Commit

Permalink
Update example to work with resolver 2 (#43)
Browse files Browse the repository at this point in the history
Set features explicitly as resolver2 no longer does implicitly
  • Loading branch information
amoskvin committed Sep 12, 2021
1 parent 6b8f3a2 commit 5ba7426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"

[dependencies]
built = { version = "0.5", path="../", features = ["git2", "chrono", "semver"] }
built = { version = "0.5", path="../", features = ["chrono", "semver"] }

[build-dependencies]
built = { version = "0.5", path="../" }
built = { version = "0.5", path="../", features = ["git2", "chrono", "semver"] }

0 comments on commit 5ba7426

Please sign in to comment.