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

why new version is not published on crates.io #201

Open
cstkingkey opened this issue May 13, 2022 · 7 comments
Open

why new version is not published on crates.io #201

cstkingkey opened this issue May 13, 2022 · 7 comments

Comments

@cstkingkey
Copy link

No description provided.

@mw66
Copy link

mw66 commented May 30, 2022

Same question.

the readme.md says:

lazy_static = "1.5.0"

but

$ cargo build
    Updating crates.io index
error: failed to select a version for the requirement `lazy_static = "^1.5.0"`
candidate versions found which didn't match: 1.4.0, 1.3.0, 1.2.0, ...

Can we make a new release? Thanks.

@KodrAus
Copy link
Contributor

KodrAus commented May 31, 2022

Hi @cstkingkey @mw66 👋

We're in a bit of a permissions bind that's keeping new releases from making their way to crates.io.

At the moment @Kimundi is the only owner of this crate, and I'm not currently part of the @rust-lang-nursery/libs team who are also able to push new releases up.

@omarabid
Copy link

@Kimundi It'd be great if we can get a new release. Getting deprecated usage warnings with 0.1.4.

@Razorr1996
Copy link

Any updates? :)

@mw66
Copy link

mw66 commented Aug 15, 2022

Hi @cstkingkey @mw66 👋

We're in a bit of a permissions bind that's keeping new releases from making their way to crates.io.

At the moment @Kimundi is the only owner of this crate, and I'm not currently part of the @rust-lang-nursery/libs team who are also able to push new releases up.

@KodrAus can we add a rule that each project has at least two owners to prevent issues like this in the future?

@cuviper
Copy link

cuviper commented Aug 15, 2022

I am on that team -- @KodrAus if the master branch is ready to publish 1.5.0, I can do that for you.

@Bjohnson131
Copy link

Any updates? :)

Until the 1.5.0 version is ready, it seems you can use this in your cargo.toml:

lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs", branch = "master" }

kayabaNerve added a commit to serai-dex/serai that referenced this issue Oct 16, 2023
Requires a git dependency due to
rust-lang-nursery/lazy-static.rs#201.

Justified due to bumping the internally spin to 0.9 (containing a bug fix for
0.9 in general (rust-lang-nursery/lazy-static.rs#199)),
surpassing 0.7 (offering performance
(rust-lang-nursery/lazy-static.rs#182)).
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

7 participants