Skip to content

Commit

Permalink
fix: move glob to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 23, 2024
1 parent 643b58b commit 2b3f998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ serde = { version = "1.0", optional = true, default-features = false, features =
"alloc",
"derive",
] }
glob = "0.3.1"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
serde_yaml = { version = "0.9", optional = true }
once_cell = { version = "1.19.0", default-features = false, features = [
Expand All @@ -22,6 +21,9 @@ once_cell = { version = "1.19.0", default-features = false, features = [
] }
bls12_381 = "0.8.0"

[dev-dependencies]
glob = "0.3.1"

[features]
default = ["std", "serde"]
serde = ["dep:serde", "dep:serde_yaml", "dep:serde_derive"]
Expand Down

0 comments on commit 2b3f998

Please sign in to comment.