Skip to content

Commit

Permalink
Bump version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelPeeters committed Feb 20, 2024
1 parent a8de4fe commit 932871b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.6.1"
version = "0.7.0"
license = "Apache-2.0 OR MIT"
categories = ["science", "compilers"]
keywords = ["inference", "neural-network", "gpu", "cuda", "kyanite"]
Expand All @@ -29,10 +29,10 @@ readme = "Readme.md"

[workspace.dependencies]
# path dependencies
kn-graph = { path = "kn-graph", version = "0.6.1" }
kn-cuda-sys = { path = "kn-cuda-sys", version = "0.6.1" }
kn-cuda-eval = { path = "kn-cuda-eval", version = "0.6.1" }
kn-runtime = { path = "kn-runtime", version = "0.6.1" }
kn-graph = { path = "kn-graph", version = "0.7.0" }
kn-cuda-sys = { path = "kn-cuda-sys", version = "0.7.0" }
kn-cuda-eval = { path = "kn-cuda-eval", version = "0.7.0" }
kn-runtime = { path = "kn-runtime", version = "0.7.0" }

# crates.io dependencies
# TODO update once https://github.com/rust-lang/rust-bindgen/issues/2712 is fixed
Expand Down

0 comments on commit 932871b

Please sign in to comment.