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

Use cargo add instead of a toml snippet in README #255

Merged
merged 2 commits into from
Jun 3, 2023

Conversation

rnestler
Copy link
Contributor

@rnestler rnestler commented Dec 3, 2022

No description provided.

@direc85
Copy link

direc85 commented Apr 10, 2023

Related: I can't install env_logger = "0.10.0" because candidate versions include 0.9.3, 0.9.2, 0.9.1, ... so there seems to be something wrong with publishing the package.

README.md Outdated Show resolved Hide resolved
@epage
Copy link
Contributor

epage commented Apr 10, 2023

Sorry, somehow I lost track of this PR

Related: I can't install env_logger = "0.10.0" because candidate versions include 0.9.3, 0.9.2, 0.9.1, ... so there seems to be something wrong with publishing the package.

What version of Rust are you using? If its before 1.60, then that is below the MSRV for 0.10 and the reason you aren't getting a better error message is due to rust-lang/cargo#10623

@direc85
Copy link

direc85 commented Apr 11, 2023

Our project is stuck with 1.52, but the update was tried with current stable (1.68?) and that was the error message still. May be because of Cargo.toml has 2018 in it or something... Well, 0:9.3 it is for us, thanks for clarifying!

I noticed the release still shows 0.9.3 instead of 0.10.0, I think that's a lightweight tag instead?

@rnestler rnestler changed the title Update env_logger to 0.10.0 in README example Use cargo add instead of a toml snippet in README Jun 3, 2023
@rnestler rnestler requested a review from epage June 3, 2023 13:58
@epage epage merged commit 19e92ec into rust-cli:main Jun 3, 2023
11 of 12 checks passed
@epage
Copy link
Contributor

epage commented Jun 3, 2023

Thanks!

@rnestler rnestler deleted the patch-1 branch June 5, 2023 12:26
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

Successfully merging this pull request may close these issues.

None yet

3 participants