Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Andreba committed May 14, 2023
1 parent 7a6e707 commit d139bf8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion 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 = "0.1.3"
version = "1.0.0"
edition = "2021"
authors = ["Alex Andreba <[email protected]>"]
license = "MIT"
Expand Down
54 changes: 27 additions & 27 deletions blase/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[package]
name = "blase"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
half = ["dep:half"]
double = []

[target.'cfg(not(target_os = "macos"))'.features]
default = ["double"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
blaze-rs = { version = "0.1.0", path = "../", 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"
num-traits = "0.2.15"
bitvec = "1.0.1"
elor = "1.1.3"
namable_closures = "0.2.4"
[package]
name = "blase"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
half = ["dep:half"]
double = []

[target.'cfg(not(target_os = "macos"))'.features]
default = ["double"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
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"
num-traits = "0.2.15"
bitvec = "1.0.1"
elor = "1.1.3"
namable_closures = "0.2.4"

0 comments on commit d139bf8

Please sign in to comment.