From 42baf16f87537fe8dd05e8092a270df8079f0458 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 24 Sep 2025 08:12:00 -0700 Subject: [PATCH] rust: Release version 0.5.0. --- rust/Cargo.lock | 2 +- rust/pspp-lsp/Cargo.toml | 2 +- rust/pspp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 2fc382eb75..f51fe61647 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "pspp" -version = "0.4.0" +version = "0.5.0" dependencies = [ "aes", "anyhow", diff --git a/rust/pspp-lsp/Cargo.toml b/rust/pspp-lsp/Cargo.toml index 304e80d86b..3449375d16 100644 --- a/rust/pspp-lsp/Cargo.toml +++ b/rust/pspp-lsp/Cargo.toml @@ -7,6 +7,6 @@ publish = false [dependencies] env_logger = "0.11.5" log = "0.4.22" -pspp = { version = "0.4.0", path = "../pspp" } +pspp = { version = "0.5.0", path = "../pspp" } tokio = { version = "1.39.3", features = ["full"] } tower-lsp = "0.20.0" diff --git a/rust/pspp/Cargo.toml b/rust/pspp/Cargo.toml index afda62881f..18969a98c7 100644 --- a/rust/pspp/Cargo.toml +++ b/rust/pspp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pspp" -version = "0.4.0" +version = "0.5.0" edition = "2024" authors = [ "Ben Pfaff", "John Darrington" ] description = "Statistical analysis software" -- 2.30.2