]> git.huck.website - metaforge.git/commitdiff
updated: bump to 0.1.3
authorHuck Boles <huck@huck.website>
Thu, 1 Jun 2023 18:26:31 +0000 (13:26 -0500)
committerHuck Boles <huck@huck.website>
Thu, 1 Jun 2023 18:26:31 +0000 (13:26 -0500)
files/README/source/default.meta
src/metafile.rs

index 3c3a9fbb1ebdbb07c08859e9e6f00cc24b52f401..6c8c8681f7a424ab5c8167c239e57044d32f9972 100644 (file)
@@ -1,5 +1,5 @@
 ${
     author = 'huck boles'
-    version = '0.1.2'
+    version = '0.1.3'
     home = './index.html'
 }
index 54f68794595a38f57adda5d7fdbd3f81d4a75d01..b3c1f5fcd9975601800a164bdb0f2655d1fc7f09 100644 (file)
@@ -35,7 +35,6 @@ impl Src {
     }
 
     pub fn to_str(str: impl Display) -> Self {
-        println!("{}", str.to_string());
         Src::Str(str.to_string())
     }
 }