aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 16:35:08 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 17:38:30 +0100
commitbf4b51af43005415deac6ba475992c83b5f2f82e (patch)
tree4bdc419138a070096735a45a74ea5eaf8822c691 /Cargo.toml
parentafd0794104228cd20e177f41dc68e9ae7ecaabda (diff)
Adapt to edition 2024
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b5a49d..71d4e45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wmap-renderer"
-version = "0.1.0"
+version = "1.0.0"
edition = "2024"
license = "AGPL-3.0-or-later"
description = "A parser for wmap formatted Wardley Map files."