feat: update package version to 0.7.0 and enhance manual source variable expansion

This commit is contained in:
2026-03-01 14:34:22 -06:00
parent 7841b06b5a
commit 3080eea58a
6 changed files with 78 additions and 24 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ impl PackageSpec {
Ok(())
}
/// Expand variables like $name and $version in a string
/// Expand variables like `$name` and `$version` in a string.
pub fn expand_vars(&self, input: &str) -> String {
let specdir = self.spec_dir.to_string_lossy();
input