Skip to content
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

tracking: use of unstable features #298

Open
3 of 11 tasks
kaspar030 opened this issue May 21, 2024 · 1 comment
Open
3 of 11 tasks

tracking: use of unstable features #298

kaspar030 opened this issue May 21, 2024 · 1 comment
Labels

Comments

@kaspar030
Copy link
Collaborator

kaspar030 commented May 21, 2024

We're aiming to build with stable Rust.

Currently, we're using these unstable features:

  1. can't do without:
  1. could do without:

user facing means, those need to be enabled in application crates b/c they're used by macros or code we provide.

@ROMemories
Copy link
Collaborator

The current experimental sensor abstraction also relies on trait_upcasting. We may be able to work around that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants