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
parent
366fef714b
commit
c87147c277
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue