summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 15:09:36 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 15:11:36 -0400
commit4f17affdd6f2f3829d1de24842c72a23fafd4e79 (patch)
tree3c3b861f138762ea556380618d81ff35526e5cb8 /Cargo.toml
parent911396fd0b1629fbac0230314fe6196dc6f8b229 (diff)
Bump version to 1.0.01.0.0
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 ded9de4..4cb749d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ categories = ["encoding", "graphics", "multimedia::images", "no-std::no-alloc"]
keywords = ["png", "decoder", "image", "no_std", "no_alloc"]
exclude = ["/test/large", "/benches/large.png"]
license = "0BSD"
-version = "0.1.1"
+version = "1.0.0"
edition = "2024"
[dev-dependencies]