Skip to content

Commit

Permalink
build: use rust-i18n fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jul 25, 2022
1 parent 0e93651 commit 6001325
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libs/rust-i18n"]
path = libs/rust-i18n
url = git@github.com:Itsusinn/rust-i18n.git
10 changes: 1 addition & 9 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 @@ -28,8 +28,8 @@ tracing-subscriber = { version = "0.3.15", default-features = false, features =
colored = "2.0.0"
time = { version = "0.3.11", features = ["macros", "local-offset"] }
chrono = "0.4.19"
rust-i18n = "0.6.1"

# rust-i18n = "0.6.1"
rust-i18n = { path = "libs/rust-i18n" }
# serialization
serde = { version = "1.0.140", default-features = false, features = ["derive","rc"] }
serde_json = "1.0.82"
Expand Down
1 change: 1 addition & 0 deletions libs/rust-i18n
Submodule rust-i18n added at 691b11

0 comments on commit 6001325

Please sign in to comment.