Skip to content

Commit

Permalink
Update autocfg requirement from 0.1.3 to 1.0.0 (yewstack#860)
Browse files Browse the repository at this point in the history
Updates the requirements on [autocfg](https://github.com/cuviper/autocfg) to permit the latest version.
- [Release notes](https://github.com/cuviper/autocfg/releases)
- [Commits](https://github.com/cuviper/autocfg/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and llebout committed Jan 20, 2020
1 parent 26daf1e commit ed020c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syn = { version = "1.0", features = ["full", "extra-traits"] }
yew = { path = "../.." }

[build-dependencies]
autocfg = "0.1.3"
autocfg = "1.0.0"

[features]
doc_test = []

0 comments on commit ed020c5

Please sign in to comment.