rust: Release version 0.5.0.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 24 Sep 2025 15:12:00 +0000 (08:12 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 24 Sep 2025 15:12:00 +0000 (08:12 -0700)
rust/Cargo.lock
rust/pspp-lsp/Cargo.toml
rust/pspp/Cargo.toml

index 2fc382eb751f6896375b698679c9d6f56df3e7f6..f51fe616476ded1b928151d72bdcdf6e53dff76f 100644 (file)
@@ -1624,7 +1624,7 @@ dependencies = [
 
 [[package]]
 name = "pspp"
-version = "0.4.0"
+version = "0.5.0"
 dependencies = [
  "aes",
  "anyhow",
index 304e80d86ba2d2e2c62feb9e52c797c5aa92aef4..3449375d16e29bf7d044ab2f73664da2a08ccadc 100644 (file)
@@ -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"
index afda62881f90957c2f17d7a0f67092934bf29ef8..18969a98c75fa1b161e625d231bdd830d22a912b 100644 (file)
@@ -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"