Browse Source

fix: glob dependency

al-gkr-basic-workflow v0.7.0
Bobbin Threadbare 1 year ago
parent
commit
1a00c7035f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml

@ -55,4 +55,4 @@ rand_utils = { version = "0.6", package = "winter-rand-utils" }
[build-dependencies] [build-dependencies]
cc = { version = "1.0", features = ["parallel"], optional = true } cc = { version = "1.0", features = ["parallel"], optional = true }
glob = "*"
glob = "0.3"

Loading…
Cancel
Save