summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-04-11 09:22:17 +0300
committerLars Wirzenius <liw@liw.fi>2024-04-11 09:22:17 +0300
commite84374c45b606daa5376743e2dfc9b66d10c39fe (patch)
tree285bd1df1e512608cc792c84e6fe305f5a6aab9b /Cargo.toml
parentc75e69fe27c674c3edfe8e75606f65545fcdc10a (diff)
downloadhtml-page-e84374c45b606daa5376743e2dfc9b66d10c39fe.tar.gz
chore: bump version number due to API change0.2.0
Some function argument types have changed, and so callers need to be changed. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
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 9dd2607..0eaf583 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "html-page"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
authors = [
"Lars Wirzenius <liw@liw.fi>",