Code Monkey home page Code Monkey logo

Comments (6)

flying-sheep avatar flying-sheep commented on June 21, 2024 2

Would still be great to get a new release @oknozor

from toml-bombadil.

HarlemSquirrel avatar HarlemSquirrel commented on June 21, 2024

I just discovered this library after using the Python dotfiles for years. It sounds awesome but I hit this snag on a fresh Pop OS install.

from toml-bombadil.

HarlemSquirrel avatar HarlemSquirrel commented on June 21, 2024

Looks like we may just need a new version published. I was able to build and install from main

cargo install toml-bombadil --git https://github.com/oknozor/toml-bombadil.git --branch main

from toml-bombadil.

MohsenNz avatar MohsenNz commented on June 21, 2024

I have this problem too on ubuntu 23.04 with rustc/cargo version 1.75.0

from toml-bombadil.

MohsenNz avatar MohsenNz commented on June 21, 2024

Looks like we may just need a new version published. I was able to build and install from main

cargo install toml-bombadil --git https://github.com/oknozor/toml-bombadil.git --branch main

Thank you it worked for me.

from toml-bombadil.

nhu avatar nhu commented on June 21, 2024

Hi all,

Install your tools always with a --locked or --frozen flag if you want to avoid the resolution of dependencies and use the same versions of dependencies the developer did during publishing to crates.io.

cargo install --locked toml-bombadil

https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile

Actually you should not treat this as a bug. It is more an issue what the user expects when invoking cargo install.
See, if you just install with cargo install toml-bombadil cargo does not take the Cargo.lock into account, which means it's trying to resolve the latest compatible versions of dependencies.
If one of the dependencies does not respect SemVer, or violated SemVer somehow, this will result in a non compilable state.
The same is true if the Cargo.toml version patterns are not correct.

from toml-bombadil.

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.