Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 81105ab

Browse files
author
Daniel Rainer
committed
deps: use fork of fluent-rs on GitHub
This fork differs from mainline `fluent-rs` by a single line, which makes `Parser` from the `fluent-syntax` crate public. We need this because our code depends on the parser for much of its functionality. There is an open PR for this, but so far it hasn't been addressed: projectfluent/fluent-rs#394
1 parent 7c5ab49 commit 81105ab

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ name = "show-missing"
3535
path = "src/bin/show_missing.rs"
3636

3737
[dependencies]
38-
fluent = { path = "../fluent-rs/fluent" }
39-
fluent-syntax = { path = "../fluent-rs/fluent-syntax" }
38+
fluent = { git = "https://github.com/danielrainer/fluent-rs", rev = "cf712bced280b217b6307edabc2089b3e57204ab" }
39+
fluent-syntax = { git = "https://github.com/danielrainer/fluent-rs", rev = "cf712bced280b217b6307edabc2089b3e57204ab" }
4040
nix = { version = "0.30", features = ["fs"] }
4141
gettext-po-file-parser = { path = "crates/gettext-po-file-parser" }
4242
unic-langid = "0.9.6"

0 commit comments

Comments
 (0)