[yew-devel] [PATCH] bump pwt dependendy to 0.7.2

Hannes Laimer h.laimer at proxmox.com
Fri Oct 10 14:23:11 CEST 2025


Since [1] we need the in pwt 0.7.2 exposed NumberFieldInfo.

[1] a9f5c14ab ("implement SchemaValidation trait for Number fields")

Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
 Cargo.toml     | 2 +-
 debian/control | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 9abb8d3..f7acd17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ regex = "1.7"
 
 #pwt = { path = "../proxmox-yew-widget-toolkit" }
 #pwt-macros = { path = "../proxmox-yew-widget-toolkit/pwt-macros" }
-pwt = "0.7.1"
+pwt = "0.7.2"
 pwt-macros = "0.5"
 
 proxmox-base64 = "1"
diff --git a/debian/control b/debian/control
index 8d38c14..31fc4f5 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Build-Depends-Arch: cargo:native <!nocheck>,
  librust-proxmox-time-2+default-dev <!nocheck>,
  librust-pulldown-cmark-0.11+default-dev <!nocheck>,
  librust-pve-api-types-8+default-dev <!nocheck>,
- librust-pwt-0.7+default-dev (>= 0.7.1-~~) <!nocheck>,
+ librust-pwt-0.7+default-dev (>= 0.7.2-~~) <!nocheck>,
  librust-pwt-macros-0.5+default-dev <!nocheck>,
  librust-qrcode-0.14+svg-dev <!nocheck>,
  librust-regex-1+default-dev (>= 1.7-~~) <!nocheck>,
@@ -109,7 +109,7 @@ Depends:
  librust-proxmox-time-2+default-dev,
  librust-pulldown-cmark-0.11+default-dev,
  librust-pve-api-types-8+default-dev,
- librust-pwt-0.7+default-dev (>= 0.7.1-~~),
+ librust-pwt-0.7+default-dev (>= 0.7.2-~~),
  librust-pwt-macros-0.5+default-dev,
  librust-qrcode-0.14+svg-dev,
  librust-regex-1+default-dev (>= 1.7-~~),
-- 
2.47.3





More information about the yew-devel mailing list