]> Repositorios git - scryer-prolog.git/commit
Use lastest 1.xx Rust version in Docker build
authorNiklas Gruhn <[email protected]>
Wed, 18 Jan 2023 18:08:19 +0000 (19:08 +0100)
committerNiklas Gruhn <[email protected]>
Wed, 18 Jan 2023 18:08:19 +0000 (19:08 +0100)
commitf8e6e0252d7d7470be63e72abddac48d8eed4a44
tree62e754a51224e7ab9379f7d18cf8d50d6d35884b
parentf9e3bdb6b0bed0aa2eed38cde57cae96c8501afb
Use lastest 1.xx Rust version in Docker build

With the previous Rust version 1.61, the build fails with

> error[E0658]: use of unstable library feature 'scoped_threads'

This has been "stabilized" in Rust 1.63. To avoid the hassle
of manually updating the version, we can just default to the
latest minor release.
Dockerfile