Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cocoa-foundation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cocoa-foundation"
description = "Bindings to Cocoa Foundation for macOS"
version = "0.2.0"
version = "0.2.1"

authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cocoa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cocoa"
description = "Bindings to Cocoa for macOS"
version = "0.26.0"
version = "0.26.1"

authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion io-surface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "io-surface"
description = "Bindings to IO Surface for macOS"
version = "0.16.0"
version = "0.16.1"

authors.workspace = true
edition.workspace = true
Expand Down
Loading