Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
l1npengtul committed Oct 12, 2024
1 parent fafffac commit 21a357f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nokhwa-bindings-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ no-arena-buffer = []
[dependencies]

[dependencies.nokhwa-core]
version = "0.1.0"
version = "0.1"
path = "../nokhwa-core"

[target.'cfg(target_os="linux")'.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions nokhwa-bindings-macos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nokhwa-bindings-macos"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["l1npengtul"]
license = "Apache-2.0"
Expand All @@ -12,15 +12,15 @@ keywords = ["avfoundation", "macos", "capture", "webcam"]
[dependencies]

[dependencies.nokhwa-core]
version = "0.1.0"
version = "0.1"
path = "../nokhwa-core"

[target.'cfg(any(target_os="macos",target_os="ios"))'.dependencies]
core-media-sys = "0.1"
core-video-sys = "0.1"
cocoa-foundation = "0.1"
core-foundation = "0.9.3"
core-foundation = "0.9"
objc = { version = "0.2", features = ["exception"] }
block = "0.1"
flume = "0.10"
flume = "0.11"
once_cell = "1.16"
4 changes: 2 additions & 2 deletions nokhwa-bindings-windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nokhwa-bindings-windows"
version = "0.4.0"
version = "0.4.1"
authors = ["l1npengtul"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ keywords = ["media-foundation", "windows", "capture", "webcam"]
[dependencies]

[dependencies.nokhwa-core]
version = "0.1.0"
version = "0.1"
path = "../nokhwa-core"

[target.'cfg(target_os="windows")'.dependencies.windows]
Expand Down

0 comments on commit 21a357f

Please sign in to comment.