Skip to content

Commit c378aa6

Browse files
committed
[TMP]: TODO notes on branch
1 parent 5590eff commit c378aa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/sile.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type Result<T, E = Error> = std::result::Result<T, E>;
2929
fn main() -> Result<()> {
3030
let version = option_env!("VERGEN_GIT_DESCRIBE").unwrap_or_else(|| env!("CARGO_PKG_VERSION"));
3131
let version = version.replacen('-', ".r", 1);
32+
// TODO: figure out how to compose and embed this without running SILE twice
3233
let long_version = sile::version()
3334
.context(VersionSnafu)?
3435
.strip_prefix("SILE ")

0 commit comments

Comments
 (0)