Skip to content

Commit 656849d

Browse files
Use stable versions of facet for most tools
1 parent 08d8966 commit 656849d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

crates/arborium-cli/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/bearcove/arborium"
77
description = "Command-line syntax highlighter powered by arborium"
88
keywords = ["tree-sitter", "syntax-highlighting", "cli"]
99
categories = ["command-line-utilities", "text-processing"]
10+
readme = "README.md"
1011

1112
[[bin]]
1213
name = "arborium"
@@ -219,5 +220,5 @@ lang-zsh = ["arborium/lang-zsh"]
219220

220221
[dependencies]
221222
arborium = { version = "0.0.0", path = "../arborium" }
222-
facet = { git = "https://github.com/facet-rs/facet" }
223-
facet-args = { git = "https://github.com/facet-rs/facet" }
223+
facet = "0.33.0"
224+
facet-args = "0.33.0"

crates/arborium-rustdoc/Cargo.stpl.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ arborium-theme = { version = "<%= version %>", path = "../arborium-theme" }
2626
lol_html = "2"
2727

2828
# CLI
29-
facet = { git = "https://github.com/facet-rs/facet" }
30-
facet-args = { git = "https://github.com/facet-rs/facet" }
29+
facet = "0.33.0"
30+
facet-args = "0.33.0"
3131

3232
# File walking
3333
walkdir = "2"

xtask/src/generate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,8 +2633,8 @@ all-languages = [
26332633
r#"
26342634
[dependencies]
26352635
arborium = {{ version = "{version}", path = "../arborium" }}
2636-
facet = {{ git = "https://github.com/facet-rs/facet" }}
2637-
facet-args = {{ git = "https://github.com/facet-rs/facet" }}
2636+
facet = "0.33.0"
2637+
facet-args = "0.33.0"
26382638
"#
26392639
));
26402640

0 commit comments

Comments
 (0)