-
Notifications
You must be signed in to change notification settings - Fork 214
Move icu_plurals and icu_decimal to no_std #888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
283f020
82cf2f0
4f4fb68
e9c6f59
ae19ab4
9b7b7b7
598766e
ae0d23d
22de6c1
dc3fd1e
8de6064
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ all-features = true | |
ecma402_traits = { version = "0.2.0" } | ||
icu = { path = "../../components/icu", default-features = false } | ||
icu_provider = { version = "0.2", path = "../../provider/core" } | ||
icu_plurals = { version = "0.2", path = "../../components/plurals", features = ["std"] } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had to add this because ecma402_traits requires error types to implement There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Filed google/rust_icu#207 |
||
|
||
|
||
[dev-dependencies] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth highlighting: some of the math functions aren't in std