Skip to content

Commit

Permalink
bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Aug 8, 2023
1 parent da449c9 commit 53c432f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ members = [
[workspace.package]
categories = ["asynchronous"]
edition = "2021"
version = "0.1.3"
version = "0.2.0"
authors = ["Oddity.ai Developers <[email protected]>"]
repository = "https://github.com/oddity-ai/async-cuda"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
async-cuda-core = { version = "0.1.3" }
async-cuda-core = { version = "0.2.0" }
cpp = "0.5"
cpp_build = "0.5"
futures = { version = "0.3", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 53c432f

Please sign in to comment.