Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimusic committed Sep 20, 2023
1 parent 3d7c405 commit d126a83
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 12 deletions.
41 changes: 34 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "active-win-pos-rs"
version = "0.8.1"
version = "0.8.2"
authors = ["Dmitry Malkov <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -14,10 +14,10 @@ members = [
]

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.22"
core-graphics = "0.23"
core-foundation = "0.9"
objc = "0.2.7"
appkit-nsworkspace-bindings = { path = "./appkit-nsworkspace-bindings", version = "0.1.0" }
objc = "0.2"
appkit-nsworkspace-bindings = { path = "./appkit-nsworkspace-bindings", version = "0.1" }

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.48.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion appkit-nsworkspace-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "appkit-nsworkspace-bindings"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Dmitry Malkov <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d126a83

Please sign in to comment.