Don't enforce a particular tempfile version for people depending on cbindgen via crates.io / git.

This commit is contained in:
Emilio Cobos Álvarez 2023-05-29 17:13:09 +02:00
parent 288073a7c1
commit f97e4c2945
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A

View File

@ -23,7 +23,7 @@ indexmap = "1"
log = "0.4"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
serde_json = "1.0"
tempfile = "=3.3.0"
tempfile = "3"
toml = "0.5"
proc-macro2 = "1"
quote = "1"