-
Notifications
You must be signed in to change notification settings - Fork 214
Move provider/core to no_std #870
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
Conversation
21ba1e7
to
e29c7b8
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
provider/core/Cargo.toml
Outdated
@@ -37,7 +38,8 @@ icu_locid = { version = "0.2", path = "../../components/locid" } | |||
tinystr = { version = "0.4.10", features = ["alloc"], default-features = false } | |||
writeable = { version = "0.2", path = "../../utils/writeable" } | |||
displaydoc = { version = "0.2.3", default-features = false } | |||
yoke = { version = "0.2", path = "../../utils/yoke", features = ["serde", "derive"] } | |||
yoke = { version = "0.2.1", path = "../../utils/yoke", features = ["serde", "derive"] } | |||
litemap = { path = "../../utils/litemap", version = "0.2.1", features = ["serde"]} |
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.
Nit: I don't think you need litemap serde
Codecov Report
@@ Coverage Diff @@
## main #870 +/- ##
==========================================
+ Coverage 74.30% 74.32% +0.01%
==========================================
Files 206 206
Lines 13038 13042 +4
==========================================
+ Hits 9688 9693 +5
+ Misses 3350 3349 -1
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build 9d98324d03af69af62a346147ce44b66df5d3dea-PR-870
💛 - Coveralls |
Progress on #812
Using the awk script in #812 (comment)