Add a publish-all.sh script.

Set identical version numbers on all cretonne-* crates and print "cargo
publish" commands.

Update all crates to version 0.1.0.
This commit is contained in:
Jakob Stoklund Olesen
2018-02-21 15:22:59 -08:00
committed by Dan Gohman
parent f02c8fd1ff
commit ec746c3359
8 changed files with 52 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cretonne Project Developers"]
name = "filecheck"
version = "0.0.1"
version = "0.1.0"
description = "Library for matching test outputs against filecheck directives"
license = "Apache-2.0"
repository = "https://github.com/stoklund/cretonne"
@@ -11,4 +11,4 @@ documentation = "https://docs.rs/filecheck"
name = "filecheck"
[dependencies]
regex = "0.2.2"
regex = "0.2.6"