add workaround for panic on 32 bit systems
https://anki.tenderapp.com/discussions/beta-testing/1817-failed-to-generate-operands-out-of-fluentnumber-could-not-convert-string-to-integer
This commit is contained in:
parent
c781de8c24
commit
b412747a16
@ -31,8 +31,8 @@ coarsetime = "=0.1.11"
|
||||
utime = "0.2.1"
|
||||
serde-aux = "0.6.1"
|
||||
unic-langid = { version = "0.8.0", features = ["macros"] }
|
||||
fluent = "0.10.2"
|
||||
intl-memoizer = "0.3.0"
|
||||
fluent = { git = "https://github.com/ankitects/fluent-rs.git", branch="32bit-panic" }
|
||||
intl-memoizer = { git = "https://github.com/ankitects/fluent-rs.git", branch="32bit-panic" }
|
||||
num-format = "0.4.0"
|
||||
|
||||
[target.'cfg(target_vendor="apple")'.dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user