Merge pull request #300 from qpdb/dependabot/cargo/rustc_version-approx-0.3

Update rustc_version requirement from ~0.2 to ~0.3
This commit is contained in:
Gregory Burd 2020-10-29 14:03:53 -04:00 committed by GitHub
commit 39219af1ff
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"