Skip to content

Commit dde386f

Browse files
committed
bump version to 0.6.1
1 parent ac9ca42 commit dde386f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["async", "nvidia", "cuda", "gpu", "npp"]
55
readme = "README.md"
66
categories = ["asynchronous"]
77
edition = "2021"
8-
version = "0.6.0"
8+
version = "0.6.1"
99
authors = ["Oddity.ai Developers <hello@oddity.ai>"]
1010
repository = "https://github.com/oddity-ai/async-cuda"
1111
license = "MIT OR Apache-2.0"
@@ -18,9 +18,9 @@ once_cell = "1.17"
1818
[dev-dependencies]
1919
futures = { version = "0.3", default-features = false, features = ["std"] }
2020
tokio = { version = "1", default-features = false, features = [
21-
"macros",
22-
"test-util",
23-
"time",
21+
"macros",
22+
"test-util",
23+
"time",
2424
] }
2525
tokio-test = { version = "0.4" }
2626

0 commit comments

Comments
 (0)