From 05f5b51db0706f54ad74d12533907b71d5a6c97c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 17 Sep 2023 16:24:33 +0100 Subject: [PATCH] Add xml comment --- cmdapp/src/svg.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdapp/src/svg.rs b/cmdapp/src/svg.rs index e265810..2cc1aab 100644 --- a/cmdapp/src/svg.rs +++ b/cmdapp/src/svg.rs @@ -34,6 +34,7 @@ impl SvgFile { impl fmt::Display for SvgFile { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { writeln!(f, r#""#)?; + writeln!(f, r#""#, env!("CARGO_PKG_VERSION"))?; writeln!(f, r#""#, self.width, self.height