Skip to content

Commit 8d26afb

Browse files
build(deps): update block2 requirement from 0.4.0 to 0.5.0
Updates the requirements on [block2](https://github.com/madsmtm/objc2) to permit the latest version. - [Commits](madsmtm/objc2@objc-0.4.0...objc-0.5.0) --- updated-dependencies: - dependency-name: block2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14e8d63 commit 8d26afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compio-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = ["Win32_UI_WindowsAndMessaging"] }
5757

5858
[target.'cfg(target_os = "macos")'.dev-dependencies]
5959
core-foundation = "0.9.4"
60-
block2 = "0.4.0"
60+
block2 = "0.5.0"
6161

6262
[target.'cfg(not(any(windows, target_os = "macos")))'.dev-dependencies]
6363
glib = "0.19"

0 commit comments

Comments
 (0)