Skip to content

Commit f573195

Browse files
committed
dirs should not be optional
1 parent 7ecb2b2 commit f573195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gel-dsn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ paste = "1"
3333
rustls-pki-types = "1"
3434
rustls-pemfile = "2"
3535
sha1 = "0.10"
36-
dirs = { version = "6.0.0", optional = true }
36+
dirs = "6.0.0"
3737
whoami = "1.5"
3838
log = { optional = true, version = "0.4" }
3939

0 commit comments

Comments
 (0)