Skip to content

Commit 5867c20

Browse files
Update resvg and github actions (#70)
* Bump log from 0.4.21 to 0.4.27 Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.27. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.21...0.4.27) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update support for latest resvg stylesheet * Up * Update CI.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5581d1d commit 5867c20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
name: Release
158158
runs-on: ubuntu-latest
159159
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
160-
needs: [linux, musllinux, windows, macos, sdist]
160+
needs: [linux, musllinux, windows, macos, sdist, test]
161161
permissions:
162162
# Use to sign the release artifacts
163163
id-token: write

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg_py"
3-
version = "0.1.5"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ['baseplate-admin']
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)