XFFXFF commited on
Commit
e5a0227
1 Parent(s): c3a7c91

put `tempfile` under `dev.dependencies`

Browse files
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -27,11 +27,11 @@ once_cell = {version="1.18.0"}
27
  error-stack = {version="0.3.1"}
28
  async-trait = {version="0.1.73"}
29
  regex = {version="1.9.3", features=["perf"]}
30
- tempfile = "3.8.0"
31
 
32
  [dev-dependencies]
33
  rusty-hook = "^0.11.2"
34
  criterion = "0.5.1"
 
35
 
36
  [profile.dev]
37
  opt-level = 0
 
27
  error-stack = {version="0.3.1"}
28
  async-trait = {version="0.1.73"}
29
  regex = {version="1.9.3", features=["perf"]}
 
30
 
31
  [dev-dependencies]
32
  rusty-hook = "^0.11.2"
33
  criterion = "0.5.1"
34
+ tempfile = "3.8.0"
35
 
36
  [profile.dev]
37
  opt-level = 0