Compare commits

..

No commits in common. "e53462c78ccf90180442f00468ea305a57c24fea" and "cbac4273836f5837cec641ab21f365c79b102a4b" have entirely different histories.

2 changed files with 13 additions and 19 deletions

22
Cargo.lock generated
View File

@ -151,9 +151,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.2.21" version = "1.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
dependencies = [ dependencies = [
"shlex", "shlex",
] ]
@ -177,9 +177,9 @@ dependencies = [
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.41" version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
@ -913,7 +913,7 @@ dependencies = [
"itoa", "itoa",
"libc", "libc",
"memmap2", "memmap2",
"rustix 1.0.7", "rustix 1.0.5",
"smallvec", "smallvec",
"thiserror 2.0.12", "thiserror 2.0.12",
] ]
@ -1530,7 +1530,7 @@ dependencies = [
"regex-automata", "regex-automata",
"regex-cursor", "regex-cursor",
"ropey", "ropey",
"rustix 1.0.7", "rustix 1.0.5",
"tempfile", "tempfile",
"unicode-segmentation", "unicode-segmentation",
"which", "which",
@ -1637,7 +1637,7 @@ dependencies = [
"log", "log",
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"rustix 1.0.7", "rustix 1.0.5",
"serde", "serde",
"serde_json", "serde_json",
"slotmap", "slotmap",
@ -2374,9 +2374,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "1.0.7" version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"errno", "errno",
@ -2622,7 +2622,7 @@ dependencies = [
"fastrand", "fastrand",
"getrandom 0.3.1", "getrandom 0.3.1",
"once_cell", "once_cell",
"rustix 1.0.7", "rustix 1.0.5",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -2995,7 +2995,7 @@ checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
dependencies = [ dependencies = [
"either", "either",
"env_home", "env_home",
"rustix 1.0.7", "rustix 1.0.5",
"winsafe", "winsafe",
] ]

View File

@ -106,7 +106,6 @@
"+" "+"
"/" "/"
"*" "*"
"**"
"^" "^"
"&" "&"
"|" "|"
@ -119,6 +118,8 @@
"'{" "'{"
"<=" "<="
"@" "@"
"or"
"and"
"==" "=="
"!=" "!="
"===" "==="
@ -130,15 +131,8 @@
"%" "%"
">>" ">>"
"<<" "<<"
">>>"
"<<<"
"|=" "|="
(inc_or_dec_operator) (inc_or_dec_operator)
"?"
] @operator
[
"or"
"and"
] @keyword.operator ] @keyword.operator
(cast (cast