Skip to content

Commit 5cd4e49

Browse files
Upgrade to facet 0.29
1 parent deaa720 commit 5cd4e49

File tree

6 files changed

+103
-203
lines changed

6 files changed

+103
-203
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [fasterthanlime]
2+
patreon: fasterthanlime

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container:
1717
image: ghcr.io/facet-rs/facet-ci:latest-amd64
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- uses: Swatinem/rust-cache@v2
2222

@@ -47,7 +47,7 @@ jobs:
4747
container:
4848
image: ghcr.io/facet-rs/facet-ci:latest-amd64
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151

5252
- uses: Swatinem/rust-cache@v2
5353

@@ -68,7 +68,7 @@ jobs:
6868
container:
6969
image: ghcr.io/facet-rs/facet-ci:latest-amd64
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272

7373
- uses: Swatinem/rust-cache@v2
7474

@@ -92,7 +92,7 @@ jobs:
9292
container:
9393
image: ghcr.io/facet-rs/facet-ci:latest-amd64
9494
steps:
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v5
9696

9797
- uses: Swatinem/rust-cache@v2
9898

@@ -111,7 +111,7 @@ jobs:
111111
container:
112112
image: ghcr.io/facet-rs/facet-ci:latest-amd64
113113
steps:
114-
- uses: actions/checkout@v4
114+
- uses: actions/checkout@v5
115115

116116
- uses: Swatinem/rust-cache@v2
117117

@@ -128,7 +128,7 @@ jobs:
128128
permissions:
129129
security-events: write # to upload sarif results
130130
steps:
131-
- uses: actions/checkout@v4
131+
- uses: actions/checkout@v5
132132

133133
- uses: Swatinem/rust-cache@v2
134134

Cargo.lock

Lines changed: 35 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ default = ["std", "rich-diagnostics"]
2424

2525
[dependencies]
2626
ariadne = { version = "0.5.1", optional = true }
27-
facet-core = { version = "0.28.0", default-features = false }
28-
facet-reflect = { version = "0.28.0", default-features = false }
27+
facet-core = { version = "0.29.0", default-features = false }
28+
facet-reflect = { version = "0.29.0", default-features = false }
2929
log = "0.4.27"
3030
owo-colors = "4.2.2"
3131

3232
[dev-dependencies]
3333
cargo-husky = { version = "1.5.0", default-features = false, features = [
3434
"user-hooks",
3535
] }
36-
facet = { version = "0.28" }
37-
facet-testhelpers = { version = "0.28" }
36+
facet = { version = "0.29" }
37+
facet-testhelpers = { version = "0.29" }

README.md

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
<h1>
2-
<picture>
3-
<source type="image/webp" media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-dark.webp">
4-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-dark.png">
5-
<source type="image/webp" srcset="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-light.webp">
6-
<img src="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-light.png" height="35" alt="Facet logo - a reflection library for Rust">
7-
</picture>
8-
</h1>
1+
# facet-deserialize
92

10-
[![Coverage Status](https://coveralls.io/repos/github/facet-rs/facet/badge.svg?branch=main)](https://coveralls.io/github/facet-rs/facet?branch=main)
3+
[![Coverage Status](https://coveralls.io/repos/github/facet-rs/facet-deserialize/badge.svg?branch=main)](https://coveralls.io/github/facet-rs/facet?branch=main)
114
[![crates.io](https://img.shields.io/crates/v/facet-deserialize.svg)](https://crates.io/crates/facet-deserialize)
125
[![documentation](https://docs.rs/facet-deserialize/badge.svg)](https://docs.rs/facet-deserialize)
136
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/facet-deserialize.svg)](./LICENSE)
147
[![Discord](https://img.shields.io/discord/1379550208551026748?logo=discord&label=discord)](https://discord.gg/JhD7CwCJ8F)
158

16-
_Logo by [Misiasart](https://misiasart.com/)_
9+
# facet-deserialize
10+
11+
An event-based approach to facet-deserialize
1712

18-
Thanks to all individual and corporate sponsors, without whom this work could not exist:
13+
## Sponsors
1914

20-
<p> <a href="https://ko-fi.com/fasterthanlime">
21-
<picture>
22-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/kofi-dark.svg">
23-
<img src="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/kofi-light.svg" height="40" alt="Ko-fi">
24-
</picture>
25-
</a> <a href="https://github.com/sponsors/fasterthanlime">
15+
Thanks to all individual sponsors:
16+
17+
<p> <a href="https://github.com/sponsors/fasterthanlime">
2618
<picture>
2719
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/github-dark.svg">
2820
<img src="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/github-light.svg" height="40" alt="GitHub Sponsors">
2921
</picture>
3022
</a> <a href="https://patreon.com/fasterthanlime">
23+
<picture>
24+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon-dark.svg">
25+
<img src="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon-light.svg" height="40" alt="Patreon">
26+
</picture>
27+
</a> </p>
28+
29+
...along with corporate sponsors:
30+
31+
<p> <a href="https://aws.amazon.com">
3132
<picture>
32-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon-dark.svg">
33-
<img src="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon-light.svg" height="40" alt="Patreon">
33+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/aws-dark.svg">
34+
<img src="https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/aws-light.svg" height="40" alt="AWS">
3435
</picture>
3536
</a> <a href="https://zed.dev">
3637
<picture>
@@ -44,9 +45,11 @@ Thanks to all individual and corporate sponsors, without whom this work could no
4445
</picture>
4546
</a> </p>
4647

47-
# facet-deserialize
48+
...without whom this work could not exist.
4849

49-
An event-based approach to facet-deserialize
50+
## Special thanks
51+
52+
The facet logo was drawn by [Misiasart](https://misiasart.com/).
5053

5154
## License
5255

0 commit comments

Comments
 (0)