From: Ben Pfaff Date: Wed, 24 Sep 2025 15:12:00 +0000 (-0700) Subject: rust: Release version 0.5.0. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42baf16f87537fe8dd05e8092a270df8079f0458;p=pspp rust: Release version 0.5.0. --- 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"