We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b099f9 commit 2e739d9Copy full SHA for 2e739d9
Cargo.toml
@@ -74,7 +74,7 @@ once_cell = "1.21.3"
74
os-release = "0.1.0"
75
# We pull this one from git, as the project is no longer published as an external crate.
76
ostree-ext = { git = "https://github.com/containers/bootc", rev = "40ebdd5829a151cadb5dbadcb1b047f8f4d038cb" }
77
-paste = "1.0"
+pastey = "0.1.1"
78
phf = { version = "0.12", features = ["macros"] }
79
rand = "0.9.1"
80
rayon = "1.10.0"
rust/src/cxxrsutil.rs
@@ -12,7 +12,7 @@
12
use cxx::{type_id, ExternType};
13
use glib::translate::ToGlibPtr;
14
use ostree_ext::{gio, glib, ostree};
15
-use paste::paste;
+use pastey::paste;
16
17
/// Map an empty string to a `None`.
18
pub(crate) fn opt_string(input: &str) -> Option<&str> {
0 commit comments