Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 9, 2023
1 parent 49b1716 commit 3dc1240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ icu_provider_blob = { version = "1.2.0", path = "../blob", features = ["export"]
icu_provider_fs = { version = "1.2.0", path = "../fs", features = ["export"], optional = true }
crlify = { version = "1.0.1", path = "../../utils/crlify", optional = true }
databake = { version = "0.1.3", path = "../../utils/databake", optional = true}
syn = {version = "2", features = ["parsing"] }
syn = {version = "2", features = ["parsing"], optional = true }

# Other
cached-path = { version = ">=0.5, <0.7", optional = true }
Expand Down

0 comments on commit 3dc1240

Please sign in to comment.