Skip to content

Commit f07616d

Browse files
authored
Bump patch version in deprecated crates (#732)
1 parent 61b90e7 commit f07616d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cocoa-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cocoa-foundation"
33
description = "Bindings to Cocoa Foundation for macOS"
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
authors.workspace = true
77
edition.workspace = true

cocoa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cocoa"
33
description = "Bindings to Cocoa for macOS"
4-
version = "0.26.0"
4+
version = "0.26.1"
55

66
authors.workspace = true
77
edition.workspace = true

io-surface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "io-surface"
33
description = "Bindings to IO Surface for macOS"
4-
version = "0.16.0"
4+
version = "0.16.1"
55

66
authors.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)