Skip to content

Commit

Permalink
bump thiserror version, bump nokhwa-core version, delete nokhwa-decod…
Browse files Browse the repository at this point in the history
…er (what was it doing here? you belong on senpai!)
  • Loading branch information
l1npengtul committed Dec 5, 2024
1 parent c2c8232 commit 674827b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docs-features = []
test-fail-warning = []

[dependencies]
thiserror = "1.0"
thiserror = "2.0"
paste = "1.0"
flume = "0.11"

Expand Down
4 changes: 2 additions & 2 deletions nokhwa-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nokhwa-core"
version = "0.1.4"
version = "0.1.5"
authors = ["l1npengtul <[email protected]>"]
edition = "2021"
description = "Core type definitions for nokhwa"
Expand All @@ -20,7 +20,7 @@ test-fail-warnings = []


[dependencies]
thiserror = "1.0"
thiserror = "2.0"
bytes = "1.3"

[dependencies.image]
Expand Down
22 changes: 0 additions & 22 deletions nokhwa-decoder/Cargo.toml

This file was deleted.

14 changes: 0 additions & 14 deletions nokhwa-decoder/src/lib.rs

This file was deleted.

0 comments on commit 674827b

Please sign in to comment.