Merge pull request #469 from influxdata/dotenv-dep
fix: dotenv is both a build and a dev dependencypull/24376/head
commit
ba3d4a2b72
|
@ -23,6 +23,7 @@ tokio-util = "0.3.1"
|
|||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
dotenv = "0.15.0"
|
||||
|
||||
[build-dependencies]
|
||||
dotenv = "0.15.0"
|
||||
|
|
Loading…
Reference in New Issue