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

Make a new release of what's on the main #63

Closed
antimora opened this issue Sep 27, 2023 · 1 comment
Closed

Make a new release of what's on the main #63

antimora opened this issue Sep 27, 2023 · 1 comment

Comments

@antimora
Copy link

antimora commented Sep 27, 2023

Kindly requesting to release the latest changes on the main branch. In particular, this PR is missing from the published version 0.5.9.

The main reason why I am asking is because I have wasted several hours trying to track down which package has enabled "std" when in fact I want to disabled for no_std use case. Since features are additive, if any of dependency crates enable std, I cannot use no_std at the top level.

I am getting this type of error, for example:

error[E0433]: failed to resolve: could not find `std` in the list of imported crates
 --> burn-core/src/record/tensor.rs:7:10
  |
7 | #[derive(new, Clone, Debug)]
  |          ^^^ could not find `std` in the list of imported crates
  |
  = note: this error originates in the derive macro `new` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0433]: failed to resolve: could not find `std` in the list of imported crates
  --> burn-core/src/record/tensor.rs:15:10
   |
15 | #[derive(new, Clone, Debug)]
   |          ^^^ could not find `std` in the list of imported crates
   |
   = note: this error originates in the derive macro `new` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0433]: failed to resolve: could not find `std` in the list of imported crates
  --> burn-core/src/record/memory.rs:17:10
   |
17 | #[derive(new, Debug, Default, Clone)]
   |          ^^^ could not find `std` in the list of imported crates
   |
   = note: this error originates in the derive macro `new` (in Nightly builds, run with -Z macro-backtrace for more info)


@nrc
Copy link
Owner

nrc commented Nov 7, 2023

I've published 0.6 with these changes. Sorry for the delay!

@nrc nrc closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants