diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d70ea19..8d651e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: needs: [test-check-lint] environment: deploy #!! DO NOT CHANGE THIS LINE !! # container: - image: rust:1.80 + image: rust:1.81 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/README.md b/README.md index 718ef61..3b10bd7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ - Rust + Rust @@ -117,7 +117,7 @@ To get a local copy up and running, consider the following steps.
GPU backend prerequisites: -* [Rust 1.80](https://www.rust-lang.org/tools/install) +* [Rust 1.81](https://www.rust-lang.org/tools/install) * `x86_64` Linux instance. * NVIDIA driver version >= 560.35.03 (check the [compatibility list here](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)). @@ -128,7 +128,7 @@ To get a local copy up and running, consider the following steps. You'll need the following requirements to run the environment: -* [Rust 1.80](https://www.rust-lang.org/tools/install) +* [Rust 1.81](https://www.rust-lang.org/tools/install) * `x86_64` Linux instance.
diff --git a/ci/run_docker_with_cpu.sh b/ci/run_docker_with_cpu.sh index 09cf505..1aac05f 100755 --- a/ci/run_docker_with_cpu.sh +++ b/ci/run_docker_with_cpu.sh @@ -2,7 +2,7 @@ set -e -IMAGE=rust:1.80 +IMAGE=rust:1.81 # If you don't have a GPU instance configured in your machine docker run -v "$PWD":/src -w /src --privileged -it "$IMAGE" diff --git a/ci/run_docker_with_gpu.sh b/ci/run_docker_with_gpu.sh index bcc23f7..9c7a690 100755 --- a/ci/run_docker_with_gpu.sh +++ b/ci/run_docker_with_gpu.sh @@ -2,7 +2,7 @@ set -e -IMAGE=rust:1.80 +IMAGE=rust:1.81 # If you have a GPU instance configured in your machine docker run -v "$PWD":/src -w /src --gpus all --privileged -it "$IMAGE" diff --git a/src/lib.rs b/src/lib.rs index 19e9030..40b77a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ //! crates.io version //! //! -//! Rust +//! Rust //! //! //! CUDA