Skip to content

Commit

Permalink
🔖️ 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smolijar committed Mar 17, 2023
1 parent 158a2ed commit f0051c7
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plantaznik"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Jaroslav Šmolík <grissius@gmail.com>"]
description = "CLI helper for managing PlantUML diagram sources and their previews in Markdown files"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ fn main() {
let mut ok = 0;
match inliner.inline(&path) {
Ok(results) => {
for (ln, r) in results.lines.iter () {
for (ln, r) in results.lines.iter() {
let replacement_display =
format!("Replacement {}:{}", path.display(), ln);
match r {

0 comments on commit f0051c7

Please sign in to comment.