Giter VIP home page Giter VIP logo

Comments (3)

ia0 avatar ia0 commented on July 20, 2024

Hi @zoumi,

Thanks for your bug report! I'll try to fix it this week-end if I get the time, but it might take quite some time. Is this blocking?

Also, could you provide me with more contextual information? What are you building and with which command-line?

You theoretically should not get this error for the following reasons:

  • You should not build data-encoding-macro-internal directly. Instead you should use data-encoding-macro.
  • You probably use cargo build --no-default-features when building data-encoding-macro. If this is the case a simple workaround would be to use cargo build (or cargo build --features=stable to be explicit) until this issue is fixed.

Thanks again!

from data-encoding.

zoumi avatar zoumi commented on July 20, 2024

@ia0 Thank you for responding so quickly!
I'm building a library depends on data-encoding and data-encoding-macro.
Here is the configure in my Cargo.toml:

data-encoding = "^2.1"
data-encoding-macro = { version = "^0.1", default-features = false }

I was trying to test your bug fix just now. But unluckily, my library also depend on rand 0.5 which build failed too. I will fallback my rust to nightly 1.26.

from data-encoding.

ia0 avatar ia0 commented on July 20, 2024

Thanks for the additional information! It makes a lot of sense.

I ended publishing the data-encoding-macro-internal crate. So the issue should now be fixed (you may need to run cargo update though) without any additional action (like removing default-features = false or using the master branch) from your part.

from data-encoding.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.