Skip to content

Commit f97e4c2

Browse files
committedMay 29, 2023
Don't enforce a particular tempfile version for people depending on cbindgen via crates.io / git.
1 parent 288073a commit f97e4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ indexmap = "1"
2323
log = "0.4"
2424
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
2525
serde_json = "1.0"
26-
tempfile = "=3.3.0"
26+
tempfile = "3"
2727
toml = "0.5"
2828
proc-macro2 = "1"
2929
quote = "1"

0 commit comments

Comments
 (0)
Please sign in to comment.