summaryrefslogtreecommitdiff
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
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
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae8ae14..e449c6a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "html-page"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"html-escape",
"line-col",
@@ -27,6 +27,6 @@ checksum = "9e69cdf6b85b5c8dce514f694089a2cf8b1a702f6cd28607bcb3cf296c9778db"
[[package]]
name = "utf8-width"
-version = "0.1.6"
+version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
+checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
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>",