diff --git a/Makefile b/Makefile index b779cf41..aa4caaa4 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,6 @@ lint: msrv-lock: @cargo update -p proptest --precise=1.0.0 @cargo update -p byteorder --precise=1.4.0 + @cargo update -p unicode-width --precise=0.1.12 .PHONY: all doc build check test format format-check lint check-minver msrv-lock