about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Moelius <sam@moeli.us>2022-09-23 05:53:42 -0400
committerSamuel Moelius <sam@moeli.us>2022-09-23 05:53:42 -0400
commit628a854ae215f7ce2a68294467c40febfa6650b9 (patch)
treee8ab4ac449a1ef9fc46ee3c66342ece3ca3a216d
parent61fd2a8c6f8336ea12fe5b6fd1051fcf5a7b915e (diff)
downloadrust-628a854ae215f7ce2a68294467c40febfa6650b9.tar.gz
rust-628a854ae215f7ce2a68294467c40febfa6650b9.zip
Upgrade `copiletest-rs` dependency
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d648cd7945e..5e960fdbcf1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ tempfile = { version = "3.2", optional = true }
 termize = "0.1"
 
 [dev-dependencies]
-compiletest_rs = { version = "0.8", features = ["tmp"] }
+compiletest_rs = { version = "0.9", features = ["tmp"] }
 tester = "0.9"
 regex = "1.5"
 toml = "0.5"