Skip to content

Commit

Permalink
disable tera features
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Mar 4, 2024
1 parent cf87b02 commit 233589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fluent-langneg = "0.13"
serde_json = "1.0.79"
unic-langid = { version = "0.9.0", features = ["macros"] }
snafu = "0.7.0"
tera = { version = "1.15.0", optional = true }
tera = { version = "1.15.0", optional = true, default-features = false }
heck = "0.4.0"
ignore = { version = "0.4.18", optional = true }
flume = { version = "0.10.12", default-features = false }
Expand Down

0 comments on commit 233589d

Please # to comment.