Skip to content

Commit

Permalink
Switch to published versions of i18n-embed and i18n-embed-fl
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Aug 8, 2024
1 parent 9947b3e commit ab7bf4f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 16 deletions.
52 changes: 38 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ sqlx = { workspace = true }
axum-reporting = { workspace = true }
# axum-reporting = { path = "../axum-reporting" }
toml = "0.8.0"
i18n-embed = { git = "https://github.com/kellpossible/cargo-i18n", branch = "autoreload", features = ["fluent-system", "filesystem-assets", "autoreload"] }
i18n-embed-fl = { git = "https://github.com/kellpossible/cargo-i18n", branch = "autoreload" }
i18n-embed = { version = "0.15.0", features = ["fluent-system", "filesystem-assets", "autoreload"] }
i18n-embed-fl = "0.9.1"
# i18n-embed = { path = "../cargo-i18n/i18n-embed", version = "0.14.0", features = ["fluent-system", "filesystem-assets", "autoreload"] }
# i18n-embed-fl = { path = "../cargo-i18n/i18n-embed-fl", version = "0.8.0"}
once_cell = { workspace = true }
Expand Down

0 comments on commit ab7bf4f

Please sign in to comment.