Hi, it looks like fluent_templates relies on arc-swap = "^0.4.7", but many recent arc-swap versions have been yanked: https://docs.rs/arc-swap/0.4.7/arc_swap/index.html. This is causing build issues such as:
error: failed to select a version for the requirement `arc-swap = "^0.4.7"`
candidate versions found which didn't match: 1.1.0, 0.4.1, 0.4.0, ...
location searched: crates.io index
required by package `fluent-templates v0.5.0`
... which is depended on by ...
I think the proper solution is to change the arc-swap dependency to either 0.4.1 or 1.1.0
Hi, it looks like
fluent_templates
relies onarc-swap = "^0.4.7"
, but many recentarc-swap
versions have been yanked: https://docs.rs/arc-swap/0.4.7/arc_swap/index.html. This is causing build issues such as:I think the proper solution is to change the
arc-swap
dependency to either0.4.1
or1.1.0