From: Ben Pfaff Date: Tue, 2 Sep 2025 23:42:29 +0000 (-0700) Subject: rust: Release version 0.3.0. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de37b8b32b9991d37b407732f63157d68dd9a35;p=pspp rust: Release version 0.3.0. --- 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"