Skip to content

Commit

Permalink
Fix replace_layer_types visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Apr 9, 2024
1 parent ce8e890 commit 0b66383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb/src/layer/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub(in crate::layer) fn replace_layer_metadata<M: Serialize, P: AsRef<Path>>(
.map_err(WriteLayerMetadataError::TomlFileError)
}

pub(crate) fn replace_layer_types<P: AsRef<Path>>(
pub(in crate::layer) fn replace_layer_types<P: AsRef<Path>>(
layers_dir: P,
layer_name: &LayerName,
layer_types: LayerTypes,
Expand Down

0 comments on commit 0b66383

Please sign in to comment.