Skip to content

Commit

Permalink
Don't enforce a particular tempfile version for people depending on c…
Browse files Browse the repository at this point in the history
…bindgen via crates.io / git.
  • Loading branch information
emilio committed May 29, 2023
1 parent 288073a commit f97e4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f97e4c2

Please sign in to comment.