File: tweak-deps.patch

package info (click to toggle)
rust-proptest-derive 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bump compiletest_rs to the latest version.

diff --git a/Cargo.toml b/Cargo.toml
index 261f11b..7da4955 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ features = [
 ]
 
 [dev-dependencies.compiletest_rs]
-version = "0.9"
+version = "0.11"
 features = [
     "tmp",
     "stable",