Skip to content

Commit 0c49ebe

Browse files
committed
cli: Upgrade to latest ribboncurls rewrite package and fix tests
1 parent 8a34972 commit 0c49ebe

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

THIRD_PARTY_LICENSES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,8 +1681,8 @@ limitations under the License.
16811681

16821682
#### Used by
16831683

1684-
- [tinted-builder 0.2.0](https://github.com/tinted-theming/tinted-builder-rust)
1685-
- [tinted-builder-rust 0.5.0](https://github.com/tinted-theming/tinted-builder-rust)
1684+
- [tinted-builder 0.3.0](https://github.com/tinted-theming/tinted-builder-rust)
1685+
- [tinted-builder-rust 0.6.0](https://github.com/tinted-theming/tinted-builder-rust)
16861686
- [ribboncurls 0.2.0](https://github.com/tinted-theming/ribboncurls)
16871687
- [vte_generate_state_changes 0.1.1](https://github.com/jwilm/vte)
16881688

tinted-builder-rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinted-builder-rust"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["Jamy Golden <[email protected]>", "Tinted Theming <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -24,7 +24,7 @@ strip-ansi-escapes = "0.2.0"
2424

2525
[dependencies.tinted-builder]
2626
path = "../tinted-builder"
27-
version = "0.2.0"
27+
version = "0.3.0"
2828

2929
[[bin]]
3030
name = "tinted-builder-rust"

tinted-builder-rust/tests/fixtures/rendered/base16-mixed-silk-light.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: silk-light
55
slug_underscored: silk_light
66
description:
77
author: Gabriel Fontes (https://github.com/Misterio77)
8-
author-escaped: Gabriel Fontes (https:&#x2F;&#x2F;github.com&#x2F;Misterio77)
8+
author-escaped: Gabriel Fontes (https://github.com/Misterio77)
99
is light: true
1010
is dark: false
1111

tinted-builder-rust/tests/fixtures/rendered/base16-silk-light.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: silk-light
55
slug_underscored: silk_light
66
description:
77
author: Gabriel Fontes (https://github.com/Misterio77)
8-
author-escaped: Gabriel Fontes (https:&#x2F;&#x2F;github.com&#x2F;Misterio77)
8+
author-escaped: Gabriel Fontes (https://github.com/Misterio77)
99
is light: true
1010
is dark: false
1111

tinted-builder-rust/tests/fixtures/rendered/base24-dracula.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: dracula
55
slug_underscored: dracula
66
description:
77
author: FredHappyface (https://github.com/fredHappyface)
8-
author-escaped: FredHappyface (https:&#x2F;&#x2F;github.com&#x2F;fredHappyface)
8+
author-escaped: FredHappyface (https://github.com/fredHappyface)
99
is light: false
1010
is dark: true
1111

0 commit comments

Comments
 (0)