Skip to content

Commit fa34d3b

Browse files
committed
fix
1 parent 5fa4e39 commit fa34d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm-deploy/src/config/workspace_settings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl WorkspaceSettings {
9595
}
9696

9797
/// Default path is `artifacts`
98-
pub fn set_build_profile<T: ?Sized + AsRef<str>>(
98+
pub fn set_build_profile<T: ?Sized + ToString>(
9999
mut self,
100100
build_profile: &T,
101101
) -> anyhow::Result<Self> {

0 commit comments

Comments
 (0)