diff --git a/Cargo.toml b/Cargo.toml index b4d95d15..40570b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ proxmox-compression = { version = "0.1.1", path = "proxmox-compression" } proxmox-http = { version = "0.7", path = "proxmox-http" } proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } -proxmox-router = { version = "1.3.0", path = "proxmox-router" } +proxmox-router = { version = "1.3.1", path = "proxmox-router" } proxmox-schema = { version = "1.3.6", path = "proxmox-schema" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" } diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index c91fdfd8..e73bf1b4 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "1.3.0" +version = "1.3.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 34c98f83..990177fa 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-router (1.3.1-1) stable; urgency=medium + + * move common metadata to workspace + + * use workspace dependencies + + * update nix to 0.26 + + -- Proxmox Support Team Thu, 05 Jan 2023 12:09:26 +0100 + rust-proxmox-router (1.3.0-1) unstable; urgency=medium * make hyper/http optional via new "server" feature