Skip to content

Commit 8f89ef0

Browse files
committed
Fixing to push to crates.io
1 parent 8959ebc commit 8f89ef0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ rcgen = { version = "^0.5", optional = true }
107107
regex = { version = "^1.3", optional = true }
108108
rustls = { version = "^0.18", optional = true, features = ["dangerous_configuration"] }
109109
sys-info = "^0.7"
110-
#tempfile = { version = "3.1.0", optional = true }
111-
tempfile = { git = "https://github.com/haata/tempfile", tag = "v3.1.0-haata", version = "3.1.0", optional = true } # Needed for world accessible patches
110+
tempfile = { version = "3.1.0", git = "https://github.com/haata/tempfile", optional = true } # Needed for world accessible patches
112111
tokio = { version = "^0.3", features = ["net", "rt-multi-thread", "macros", "sync", "stream", "time"] }
113112
tokio-rustls = { version = "^0.20", optional = true }
114113
tokio-util = { version = "^0.4", optional = true, features = ["compat"] }

0 commit comments

Comments
 (0)