Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update foreign-types-shared requirement from 0.1.1 to 0.3.1 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 skia-org/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ash = { version = "0.37.0", optional = true }
# need to rename the package because of the feature with the same name.
metal-rs = { package = "metal", version = "0.23.0", optional = true }
# ... to access raw metal ptrs.
foreign-types-shared = { version = "0.1.1", optional = true }
foreign-types-shared = { version = "0.3.1", optional = true }
# ... for that NSAutoReleasePool to be able to free metal devices.
cocoa = { version = "0.24", optional = true }
objc = { version = "0.2.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion skia-safe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ winit = "0.27.0"
objc = "0.2.7"
cocoa = "0.24.0"
core-graphics-types = "0.1.1"
foreign-types-shared = "0.1.1"
foreign-types-shared = "0.3.1"