From 068e29c26591787134350bd8f6c10ad292499452 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 24 Feb 2024 17:25:53 -0500 Subject: [PATCH] build: unify crate versions via workspace --- Cargo.lock | Bin 52259 -> 52259 bytes Cargo.toml | 1 + cli/Cargo.toml | 2 +- cli/config/Cargo.toml | 2 +- cli/loader/Cargo.toml | 2 +- highlight/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- tags/Cargo.toml | 2 +- 8 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ec48a018d34a3e68807e2ee56c71df5a4579f9e..2fb515e080e0e8f604fa923c39d62e9739e4ad78 100644 GIT binary patch delta 989 zcmXw&v8x=TUl8I*CLIm zyw)P-^5R4C&_{v_X|%Gk@GsCmK*6~?>}Gc1x8FDO?cv?!;oarEi|hIPTel8MS13s} zL#@bB0VrD$mMoN#SwzXHhca4Z8d16mSCSEGQX-mv(uH}t{%w(`E^l7PSh$u%Eex~T z8jy~JI2ep1hn@kX23Kt@hmm?r6P`W4k+YxL!prw=9l)>@un1^`YNKYu zTrgE-R!UhN5h5h+RkQ1>q})mgBqn3TvBSOp(aoz1oM#VTp1(div-#uxC(E7lh9y*m zW*JH*7A-1Wpf~3ivtfu3u~s#2gZ361Xv+iph|Orewm3K6l+|2+ch2!29KG@k#Va`P z99`HK-yFTPFW|xX)#Y$ycMA_L{eSr4eD&dK-|V%m?jN5nw$iS1>D1h=B)~zaqluMK zxD#uxsTFRbacJZqp{vW0p2Da~Y}}1Ex4-{=M>;4?ebUlvwM1D8f^=_t9TGA4GYPCG z&g}b?3dOkM=+r#{R58qtPs--6N1tzDx36jHQeAcc^^>pmv=l>@C`16991C4a^LXPnBWB4bL9w+I zeeT4r(MBVn*tZWvu=(NX>+|2A_x7LubYo8qIfsJSIH-RU#^O}*O{n<4s})q$^H6*% a*ns`}wcJD`fbce#Jik4@xHvRS&KA6 zLRyO>Z_cPB=y^efG^VoiUr@nP(S6@TzRiATcRxJy%(HiHZr{1NefaWXyo>u+8dL5R zY7;KrntB4NnpiuF*NDsxIjaVYi69YC>|B))t4CBG;hA&ec=2S5#_jj_mtI{$scbpT zU4u@g=hB@-f^d))t>+$@V=9G>8FQ$S0TTizSkqSZxod44e{-;`j77Udo6?{b%Tr&f z31SealvGpB(WC)-NZ1lM1?9w`DlWExeem%+m&RXb&fhqEdiC4gPq)YGAMG#8)EFT^ z293F-;HuTKX@ugX)M&vGB(a-fYK?tX*FR;JjoY|>_rh4*e{l=OhexkGh4CVc>qjr0 zF1|e4Jza!*=XPF&i<{kWZ}0!&3**99JLAtYdp8buR{!4rVQa1EN>iSLu!PecEy6Vh zgNhUd5@hx0H5mv7okKDM?XyYHISz$@CaZ&Qf8CIlv-f#tZM%maMa&zbk~cRC$#cM* zd-r()g7KtwRqs4M2Syv8JS?lJg{`s-@^?R!?zI$UM^0K?36-#pj)Qn<+>2jQGU@d_x zrRtui7sQRQyGsP}4$dO1L*CwNM5Hu2EZ-=qNfP;!&wO z*BV=g+M86)wRGVu0fVHFVvD5aecXO@X|;HC>y#FRkS$p4$uVTkD9BN$Wa_D{)pWH$ zSY`;xdTnWDvgH6(sOD

hWvipPx?KfBfTH8|rd4R4IoZTF+{w&pb2q`Q9usr-n}R dX_V<_?Kwu8iHFH&24cbn"] edition = "2021" rust-version = "1.70" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9dd4a68d2..67e943dbb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-cli" +version.workspace = true description = "CLI tool for developing, testing, and using Tree-sitter parsers" -version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/cli/config/Cargo.toml b/cli/config/Cargo.toml index a14aa0d30..8379a5468 100644 --- a/cli/config/Cargo.toml +++ b/cli/config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-config" +version.workspace = true description = "User configuration of tree-sitter's command line programs" -version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/cli/loader/Cargo.toml b/cli/loader/Cargo.toml index 8b773bc9b..f70155ab9 100644 --- a/cli/loader/Cargo.toml +++ b/cli/loader/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-loader" +version.workspace = true description = "Locates, builds, and loads tree-sitter grammars at runtime" -version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 9f485d856..17d9be9d1 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-highlight" +version.workspace = true description = "Library for performing syntax highlighting with Tree-sitter" -version = "0.21.0" authors = [ "Max Brunsfeld ", "Tim Clem ", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7fe4f11da..b40939f7a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" +version.workspace = true description = "Rust bindings to the Tree-sitter parsing library" -version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/tags/Cargo.toml b/tags/Cargo.toml index d1f8abf49..344d1b633 100644 --- a/tags/Cargo.toml +++ b/tags/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tags" +version.workspace = true description = "Library for extracting tag information" -version = "0.21.0" authors = [ "Max Brunsfeld ", "Patrick Thomson ",