configure.ac: Bump Rust 1.{53=>54} for using macros in attribute values

The previous commit uses `concat!` for doc generation.  I forgot that this
was only recently stabalized.
main
Mike Gerwitz 2021-09-22 16:47:17 -04:00
parent 366fef714b
commit c87147c277
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.53.0
rustc_ver_req=1.54.0
AC_CHECK_PROGS(RUSTC, [rustc])
AC_MSG_CHECKING([rustc version >= $rustc_ver_req])