From 36f757acfe2dcef3352527c2850379771b16bee4 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 12 Apr 2019 15:57:40 +0200 Subject: Release 0.6.0. - Also bump rfc2822 to 0.6.0. After all, we create tags for the versions. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 150e8dcb..414a2f99 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,8 @@ sanity-check-versions: find . -name Cargo.toml | while read TOML ; do \ echo -n "$$TOML " ;\ grep '^version *=' $$TOML | grep -q $$V || bad version ;\ - grep '^documentation *=' $$TOML | grep -q $$V || bad documentation ;\ + grep '^documentation *=' $$TOML \ + | egrep -q "($${V})|(https://docs.rs/)" || bad documentation ;\ grep '{ *path *= *"' $$TOML | while read L ; do \ echo $$L | grep -q $$VV || bad intra-workspace dependency ;\ done ;\ -- cgit v1.2.3