Skip to content

Commit

Permalink
release new blaze-proc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aandreba committed May 15, 2023
1 parent d139bf8 commit 46d5b5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "blaze-rs"
description = "A Rustified OpenCL Experience"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Alex Andreba <aandrebafreelancer@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -41,7 +41,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
blaze-proc = { path = "blaze-proc", version = "0.1.1" }
blaze-proc = { path = "blaze-proc", version = "1.0.0" }
opencl-sys = { version = "0.2.1", default-features = false }
futures = { version = "0.3.21", optional = true }
# ffmpeg-sys-next = { version = "5.0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion blase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
blaze-proc = { version = "0.1.0" }
blaze-rs = { version = "0.1.0", features = ["cl1_2"] }
blaze-proc = { version = "0.1.0", path = "../blaze-proc" }
half = { version = "2.1.0", optional = true, features = ["num-traits"] }
once_cell = "1.13.0"
cfg-if = "1"
Expand Down
2 changes: 1 addition & 1 deletion blaze-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blaze-proc"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
description = "Blaze internal/external proc macros"
license = "MIT"
Expand Down

0 comments on commit 46d5b5e

Please sign in to comment.