Skip to content

Commit 705cd99

Browse files
{"schema":"decodex/commit/1","summary":"Land Prepare v0.2.8 dependency roll","authority":"manual"}
2 parents 32381a5 + 3248ec5 commit 705cd99

5 files changed

Lines changed: 46 additions & 36 deletions

File tree

.github/workflows/language.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
run: rustup toolchain install nightly --component rustfmt
6060

6161
- name: Install cargo-make
62-
uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2
62+
uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2.79.4
6363
with:
6464
tool: cargo-make
6565

6666
- name: Install nextest
67-
uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2
67+
uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2.79.4
6868
with:
6969
tool: nextest
7070

@@ -105,7 +105,7 @@ jobs:
105105
rustflags: ''
106106

107107
- name: Install cargo-make
108-
uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2
108+
uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2.79.4
109109
with:
110110
tool: cargo-make
111111

@@ -140,12 +140,12 @@ jobs:
140140
rustflags: ''
141141

142142
- name: Install cargo-make
143-
uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2
143+
uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2.79.4
144144
with:
145145
tool: cargo-make
146146

147147
- name: Install taplo
148-
uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2
148+
uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2.79.4
149149
with:
150150
tool: taplo
151151

Cargo.lock

Lines changed: 33 additions & 23 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
@@ -10,7 +10,7 @@ homepage = "https://hack.ink/rsnap"
1010
license = "GPL-3.0"
1111
readme = "README.md"
1212
repository = "https://github.com/hack-ink/rsnap"
13-
version = "0.2.7"
13+
version = "0.2.8"
1414

1515
[workspace.dependencies]
1616
arboard = { version = "3.6" }
@@ -54,9 +54,9 @@ wgpu = { version = "29.0" }
5454
winit = { version = "0.30", features = ["rwh_06"] }
5555
xcap = { version = "0.9" }
5656

57-
rsnap-capture-core = { version = "0.2.7", path = "packages/rsnap-capture-core" }
58-
rsnap-host-ffi = { version = "0.2.7", path = "packages/rsnap-host-ffi" }
59-
rsnap-overlay = { version = "0.2.7", path = "packages/rsnap-overlay" }
57+
rsnap-capture-core = { version = "0.2.8", path = "packages/rsnap-capture-core" }
58+
rsnap-host-ffi = { version = "0.2.8", path = "packages/rsnap-host-ffi" }
59+
rsnap-overlay = { version = "0.2.8", path = "packages/rsnap-overlay" }
6060

6161
[profile.final-release]
6262
inherits = "release"

native/macos-host/Package.resolved

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

native/macos-host/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.executable(name: "RsnapNativeHost", targets: ["RsnapNativeHost"]),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.1"),
24+
.package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.2"),
2525
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.63.2"),
2626
],
2727
targets: [

0 commit comments

Comments
 (0)