Skip to content

Commit 8f0fb9e

Browse files
authoredMar 10, 2025
chore: rust 2024 (#224)
* chore: rust 2024 * chore: rust 2024 * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fix: format * fix: toolchain * regen * more fixes * more fixes * more fixes * more fixes * more fixes * more fixes * fix * more fixes * more fixes * fix: config
1 parent 2ed3129 commit 8f0fb9e

File tree

121 files changed

+545
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+545
-474
lines changed
 

‎Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ resolver = "2"
55
[workspace.package]
66
authors = ["Supabase Communnity"]
77
categories = ["development-tools", "postgres", "supabase"]
8-
edition = "2021"
8+
edition = "2024"
99
homepage = "https://supabase.com/"
1010
keywords = ["linter", "typechecker", "postgres", "language-server"]
1111
license = "MIT"
1212
repository = "https://github.com/supabase-community/postgres_lsp"
13-
rust-version = "1.82.0"
13+
rust-version = "1.85.0"
1414

1515
[workspace.dependencies]
1616
# supporting crates unrelated to postgres
@@ -31,7 +31,7 @@ quote = "1.0.33"
3131
rayon = "1.10.0"
3232
regex = "1.11.1"
3333
rustc-hash = "2.0.0"
34-
schemars = { version = "0.8.21", features = ["indexmap2", "smallvec"] }
34+
schemars = { version = "0.8.22", features = ["indexmap2", "smallvec"] }
3535
serde = "1.0.195"
3636
serde_json = "1.0.114"
3737
similar = "2.6.0"

0 commit comments

Comments
 (0)