Skip to content

Commit 812c70f

Browse files
authored
Merge pull request #1477 from sdroege/0.20-backports
0.20 backports
2 parents 32b170c + 74b6ed4 commit 812c70f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+904
-247
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
steps:
148148
- uses: actions/checkout@v4
149-
- uses: EmbarkStudios/cargo-deny-action@v1
149+
- uses: EmbarkStudios/cargo-deny-action@v2
150150

151151
generator:
152152
name: regen check

Cargo.lock

+59-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ rust-version = "1.70"
3939
[workspace.dependencies]
4040
libc = "0.2"
4141
bitflags = "2.6"
42-
thiserror = "1"
4342
gir-format-check = "^0.1"
4443
glib-sys = { path = "glib/sys", version = "0.20" }
4544
gobject-sys = { path = "glib/gobject-sys", version = "0.20" }

cairo/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ workspace = true
3939
cairo-sys-rs.workspace = true
4040
libc.workspace = true
4141
bitflags.workspace = true
42-
thiserror.workspace = true
4342
freetype-rs = { version = "0.37", optional = true }
4443

4544
[dev-dependencies]

0 commit comments

Comments
 (0)