No longer pin an exact version of tempfile
The pin was added in b318a2a190
without
comment or rationale; there is no obvious reason to think that later
SemVer-compatible releases should not work.
This commit is contained in:
parent
c070535968
commit
327903aba0
|
@ -51,7 +51,7 @@ color-print = "0.3.4"
|
|||
assert_cmd = "2.0.0"
|
||||
rstest = { version = "0.26.0", default-features = false }
|
||||
rstest_reuse = "0.7.0"
|
||||
tempfile = "=3.15.0"
|
||||
tempfile = "3.15.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in New Issue