summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-26 18:43:03 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-26 18:43:03 +0200
commit1aba99c5876cb19263769992fc199bd6f179ebe9 (patch)
treedf7e41b10e72b7d3d03678a0cb0f63230afb4161 /Cargo.lock
parent553dd2eef4e019dca2d2b7040c3a4f02cf4ed336 (diff)
downloadpandoc-filter-diagram-1aba99c5876cb19263769992fc199bd6f179ebe9.tar.gz
chore: bump version for next release
From 0.1.1 to 0.2.0, because this release will bump the minimum supported Rust version, and I consider that to be a breaking change. Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d5f088..baf8c86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -591,7 +591,7 @@ dependencies = [
[[package]]
name = "pandoc-filter-diagram"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"anyhow",
"base64",