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

lib: Update to bootc 0.1.1 (ostree-ext 0.12, cap-std-ext 3.x) #4595

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

cgwalters
Copy link
Member

This chain of bumps gets us to:

  • glib 0.18
  • cap-std 2 (and cap-std-ext 3)
  • libsystemd 0.6

And notably drops out a really old nix-0.23.2.

This chain of bumps gets us to:

- glib 0.18
- cap-std 2 (and cap-std-ext 3)
- libsystemd 0.6

And notably drops out a really old nix-0.23.2.
@@ -1973,19 +1977,6 @@ dependencies = [
"tempfile",
]

[[package]]
name = "nix"
Copy link
Member Author

Choose a reason for hiding this comment

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

Goodbye ancient nix.

@@ -3490,22 +3479,14 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"

[[package]]
name = "uuid"
Copy link
Member Author

Choose a reason for hiding this comment

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

And goodbye duplicate uuid.

@@ -298,8 +298,8 @@ fn kf_diff(kf: &glib::KeyFile, newkf: &glib::KeyFile) -> Result<()> {
}
}
}
for grp in newkf.groups().0.iter().map(|g| g.as_str()) {
for k in newkf.keys(grp)?.0.iter().map(|g| g.as_str()) {
for grp in newkf.groups().iter().map(|g| g.to_str()) {
Copy link
Member Author

Choose a reason for hiding this comment

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

@jlebon jlebon merged commit 07fd8ed into coreos:main Sep 12, 2023
13 checks passed
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.

2 participants