Skip to content

Commit cf9610f

Browse files
why
1 parent 3ad393a commit cf9610f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://supabase.com/"
1010
keywords = ["linter", "typechecker", "postgres", "language-server"]
1111
license = "MIT"
1212
repository = "https://github.com/supabase-community/postgres-language-server"
13-
rust-version = "1.85.0"
13+
rust-version = "1.86.0"
1414

1515
[workspace.dependencies]
1616
# supporting crates unrelated to postgres

crates/pgt_cli/src/execute/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ pub enum TraversalMode {
8181
// It's [None] if the `check` command is called without `--apply` or `--apply-suggested`
8282
// arguments.
8383
// fix_file_mode: Option<FixFileMode>,
84-
8584
/// An optional tuple.
8685
/// 1. The virtual path to the file
8786
/// 2. The content of the file

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
profile = "default"
55
# For some reason, rustfmt is not included in the default profile. Add it here.
66
components = ["rustfmt"]
7-
channel = "1.85.0"
7+
channel = "nightly"

0 commit comments

Comments
 (0)