From 6de37b8b32b9991d37b407732f63157d68dd9a35 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 2 Sep 2025 16:42:29 -0700 Subject: [PATCH] rust: Release version 0.3.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 f2b1417615..b98c7354b2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1615,7 +1615,7 @@ dependencies = [ [[package]] name = "pspp" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aes", "anyhow", diff --git a/rust/pspp-lsp/Cargo.toml b/rust/pspp-lsp/Cargo.toml index f7552707db..27b4bb1268 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.2.0", path = "../pspp" } +pspp = { version = "0.3.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 8f15d0a7af..f0a33d2f56 100644 --- a/rust/pspp/Cargo.toml +++ b/rust/pspp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pspp" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = [ "Ben Pfaff", "John Darrington" ] description = "Statistical analysis software" -- 2.30.2