Update rustc_version requirement from ~0.2 to ~0.3

Updates the requirements on [rustc_version](https://github.com/Kimundi/rustc-version-rs) to permit the latest version.
- [Release notes](https://github.com/Kimundi/rustc-version-rs/releases)
- [Commits](https://github.com/Kimundi/rustc-version-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-29 10:29:13 +00:00 committed by GitHub
parent 949386a43f
commit 31ec02afd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ syncable = ["mentat_tolstoy", "tolstoy_traits", "mentat_db/syncable"]
members = ["tools/cli", "ffi"]
[build-dependencies]
rustc_version = "~0.2"
rustc_version = "~0.3"
[dev-dependencies]
assert_approx_eq = "~1.1"