tamer: Rust v1.{48=>53}.0 for rustdoc tool lints

A previous commit used a rustdoc tool lint, but that support wasn't added
until 1.52.0 (2021-05-06).

Note that this represents the minimum _required_ version to build TAMER; you
can use a later version.
master
Mike Gerwitz 2021-06-22 09:07:53 -04:00
parent 716556c39f
commit 93fb1f1bdd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ AC_CHECK_PROGS(CARGO, [cargo])
test -n "$CARGO" || AC_MSG_ERROR([cargo not found])
rustc_ver_req=1.48.0
rustc_ver_req=1.52.0
AC_CHECK_PROGS(RUSTC, [rustc])
AC_MSG_CHECKING([rustc version >= $rustc_ver_req])