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

Update cfg_aliases dependency to 0.2 #2322

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Feb 25, 2024

What does this PR do

This fixes the following notice when running cargo update in any project that depends on the nix crate.

$ cargo update
    Updating crates.io index
note: pass `--verbose` to see 1 unchanged dependencies behind latest

$ cargo update --verbose
    Updating crates.io index
   Unchanged cfg_aliases v0.1.1 (latest: v0.2.0)
note: to see how you depend on a package, run `cargo tree --invert --package <dep>@<ver>`

$ cargo tree --invert --package cfg_aliases
cfg_aliases v0.1.1
[build-dependencies]
└── nix v0.28.0
    └── faketty v1.0.15

Here is the changelog for cfg_aliases 0.2.0: https://github.com/katharostech/cfg_aliases/releases/tag/v0.2.0

The change related to debug_assertions appears to be the impetus for 0.2 to be released as a breaking change, but it does not affect nix as debug_assertions is not used in nix's build.rs.

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@SteveLauC SteveLauC added this pull request to the merge queue Feb 25, 2024
Merged via the queue into nix-rust:master with commit 1def0c0 Feb 25, 2024
35 checks passed
@dtolnay dtolnay deleted the cfg_aliases branch February 25, 2024 03:02
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

2 participants