about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2022-09-08 15:29:26 +0000
committerAlex Macleod <alex@macleod.io>2022-09-08 15:29:26 +0000
commit2c5524f835ccd163dd3de9bd39b2cdc21337bf9c (patch)
tree6c60b236c3796ab26d4e44c2b16ac475d9dd0c6d
parent617417e9ad355e61a466640165d32680ee017198 (diff)
downloadrust-2c5524f835ccd163dd3de9bd39b2cdc21337bf9c.tar.gz
rust-2c5524f835ccd163dd3de9bd39b2cdc21337bf9c.zip
Update cargo in lintcheck_crates.toml
-rw-r--r--lintcheck/lintcheck_crates.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lintcheck/lintcheck_crates.toml b/lintcheck/lintcheck_crates.toml
index 4fbae8614ca..ebbe9c9ae67 100644
--- a/lintcheck/lintcheck_crates.toml
+++ b/lintcheck/lintcheck_crates.toml
@@ -1,6 +1,6 @@
 [crates]
 # some of these are from cargotest
-cargo = {name = "cargo", versions = ['0.49.0']}
+cargo = {name = "cargo", versions = ['0.64.0']}
 iron = {name = "iron", versions = ['0.6.1']}
 ripgrep = {name = "ripgrep", versions = ['12.1.1']}
 xsv = {name = "xsv", versions = ['0.13.0']}