From: Ben Pfaff Date: Mon, 12 Jan 2026 02:55:33 +0000 (-0800) Subject: rust: Release version 0.6.1. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9932019db7f094b4a57f09a63d55c7a7ab3bf81a;p=pspp rust: Release version 0.6.1. --- 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"