Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 6, 2023
1 parent bf3b102 commit 0369a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tokio-tungstenite = "0.20.0"

# system
dirs = "5"
fontdb = "0.15.0" # "0.15.0"
fontdb = "0.15.0"
memmap2 = "0.9"
notify = "6"
path-clean = "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flate2.workspace = true
ecow.workspace = true
instant.workspace = true
strum.workspace = true
rayon.workspace = true
rayon = { workspace = true, optional = true }

serde.workspace = true
serde_json.workspace = true
Expand Down Expand Up @@ -87,7 +87,7 @@ serde.workspace = true
[features]
cjk = []
emoji = []
lazy-fontdb = []
lazy-fontdb = ["dep:rayon"]
system-compile = [
"dep:dirs",
"dep:walkdir",
Expand Down

0 comments on commit 0369a39

Please sign in to comment.