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:
committed by
Dan Gohman
parent
f02c8fd1ff
commit
ec746c3359
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user