-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update rust version to 1.56.1 - Certain opencl3 APIs now required to be called as unsafe BREAKING CHANGE: Upgrade to Rust edition 2021
- Loading branch information
1 parent
7900e77
commit ff93a64
Showing
6 changed files
with
56 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rust-gpu-tools" | |
version = "0.6.1" | ||
authors = ["Keyvan Kambakhsh <[email protected]>", "porcuquine <[email protected]>"] | ||
description = "Rust OpenCL tools" | ||
edition = "2018" | ||
edition = "2021" | ||
homepage = "https://github.com/filecoin-project/rust-gpu-tools" | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/filecoin-project/rust-gpu-tools" | ||
|
@@ -22,7 +22,7 @@ lazy_static = "1.2" | |
log = "0.4.11" | ||
hex = "0.4.3" | ||
|
||
opencl3 = { version = "0.6", default-features = false, features = ["CL_VERSION_1_2"], optional = true } | ||
opencl3 = { version = "0.9.1", default-features = false, features = ["CL_VERSION_1_2"], optional = true } | ||
rustacuda = { package = "fil-rustacuda", version = "0.1.3", optional = true } | ||
once_cell = "1.8.0" | ||
temp-env = "0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.51.0 | ||
1.56.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters