rust: Release version 0.3.0.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 2 Sep 2025 23:42:29 +0000 (16:42 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 2 Sep 2025 23:43:01 +0000 (16:43 -0700)
rust/Cargo.lock
rust/pspp-lsp/Cargo.toml
rust/pspp/Cargo.toml

index f2b1417615011d2be36e853d3aae022c0c9db536..b98c7354b24fe899d7d3ae3f325150ec7c6788e1 100644 (file)
@@ -1615,7 +1615,7 @@ dependencies = [
 
 [[package]]
 name = "pspp"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "aes",
  "anyhow",
index f7552707db23481105174f2677f93b266ddf73be..27b4bb12682bc094a1f7ab07db7571dfe147ca89 100644 (file)
@@ -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"
index 8f15d0a7af413beaaebbf8d43885699f9e57ea58..f0a33d2f56455abe1bd4e6eec3de253892332653 100644 (file)
@@ -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"