1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: remove fluent crate override

This commit is contained in:
Rob Ede
2022-08-28 18:43:05 +01:00
parent 818d8b1384
commit 0319f18995
5 changed files with 9 additions and 14 deletions

View File

@ -64,8 +64,3 @@ exclude = [
# uses incompatible libsqlite-sys to other examples
"databases/diesel",
]
[patch.crates-io]
# FIXME: Specify commit until https://github.com/XAMPPRocky/fluent-templates/pull/36 is released
fluent-templates = { git = "https://github.com/XAMPPRocky/fluent-templates.git", rev = "82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c" }
fluent-template-macros = { git = "https://github.com/XAMPPRocky/fluent-templates.git", rev = "82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c" }