From 9932019db7f094b4a57f09a63d55c7a7ab3bf81a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 11 Jan 2026 18:55:33 -0800 Subject: [PATCH] rust: Release version 0.6.1. --- rust/Cargo.lock | 2 +- rust/pspp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cc9b74a22c..dcc94b59c9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1889,7 +1889,7 @@ dependencies = [ [[package]] name = "pspp" -version = "0.6.0" +version = "0.6.1" dependencies = [ "aes", "anyhow", diff --git a/rust/pspp/Cargo.toml b/rust/pspp/Cargo.toml index 5ec0aac5c2..d764e472c6 100644 --- a/rust/pspp/Cargo.toml +++ b/rust/pspp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pspp" -version = "0.6.0" +version = "0.6.1" edition = "2024" authors = [ "Ben Pfaff", "John Darrington" ] description = "Statistical analysis software" -- 2.30.2