From: Ben Pfaff Date: Wed, 17 Sep 2025 15:29:00 +0000 (-0700) Subject: rust: Release version 0.4.0 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8279b26d513dbdb8dc1bf0368af7632c6e3ddf6c;p=pspp rust: Release version 0.4.0 --- diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a008866877..2fc382eb75 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "pspp" -version = "0.3.0" +version = "0.4.0" dependencies = [ "aes", "anyhow", diff --git a/rust/pspp-lsp/Cargo.toml b/rust/pspp-lsp/Cargo.toml index 27b4bb1268..304e80d86b 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.3.0", path = "../pspp" } +pspp = { version = "0.4.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 996a75c919..afda62881f 100644 --- a/rust/pspp/Cargo.toml +++ b/rust/pspp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pspp" -version = "0.3.0" +version = "0.4.0" edition = "2024" authors = [ "Ben Pfaff", "John Darrington" ] description = "Statistical analysis software"