public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-lsp-server] f44: Allow gen-lsp-types 0.11
@ 2026-08-16 14:37 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16 14:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-lsp-server
Branch : f44
Commit : 624e2b7fb3f7d7709b59c37ace091994670d4bab
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-16T15:02:37+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-lsp-server/c/624e2b7fb3f7d7709b59c37ace091994670d4bab?branch=f44
Log:
Allow gen-lsp-types 0.11
---
diff --git a/lsp-server-fix-metadata.diff b/lsp-server-fix-metadata.diff
index e360b86..f01a964 100644
--- a/lsp-server-fix-metadata.diff
+++ b/lsp-server-fix-metadata.diff
@@ -1,5 +1,5 @@
--- lsp-server-0.10.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ lsp-server-0.10.0/Cargo.toml 2026-08-03T06:54:47.727046+00:00
++++ lsp-server-0.10.0/Cargo.toml 2026-08-16T14:02:15.422369+00:00
@@ -29,10 +29,6 @@
name = "lsp_server"
path = "src/lib.rs"
@@ -17,7 +17,7 @@
version = "1.0.140"
+
+[dev-dependencies.lsp-types]
-+version = ">=0.4.0, <0.11.0"
++version = ">=0.4.0, <0.12.0"
+package = "gen-lsp-types"
+features = ["url"]
+
diff --git a/rust-lsp-server.spec b/rust-lsp-server.spec
index 7bd0167..efd7e03 100644
--- a/rust-lsp-server.spec
+++ b/rust-lsp-server.spec
@@ -16,7 +16,7 @@ Source: %{crates_source}
# * Omit examples/minimal_lsp.rs because it requires the unpublished
# rust-analyzer workspace crate “toolchain”
# * Restore some dev-dependencies stripped during publication (!):
-# * gen-lsp-types 0.4.0 as lsp-types, widened downstream through 0.10,
+# * gen-lsp-types 0.4.0 as lsp-types, widened downstream through 0.11,
# with “url” feature
# * ctrlc 3.4.7
# Do not restore those that are only for examples/minimal_lsp.rs.
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 6d59a15..9c3fc14 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,7 +6,7 @@ workspace crate “toolchain”\
""",
"""\
Restore some dev-dependencies stripped during publication (!):
- * gen-lsp-types 0.4.0 as lsp-types, widened downstream through 0.10,
+ * gen-lsp-types 0.4.0 as lsp-types, widened downstream through 0.11,
with “url” feature
* ctrlc 3.4.7
Do not restore those that are only for examples/minimal_lsp.rs.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-16 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16 14:37 [rpms/rust-lsp-server] f44: Allow gen-lsp-types 0.11 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox