From 89074f87d0ad3ef19be9e52c1e661620491c0f2e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 30 Mar 2019 10:51:56 -0400 Subject: [PATCH] 1.1.3 --- Cargo.toml | 2 +- regex-capi/Cargo.toml | 2 +- regex-syntax/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc25a84186..4cf51a4999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "1.1.2" #:version +version = "1.1.3" #:version authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/regex-capi/Cargo.toml b/regex-capi/Cargo.toml index f5d9554385..6d9807fed1 100644 --- a/regex-capi/Cargo.toml +++ b/regex-capi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rure" -version = "0.2.0" #:version +version = "0.2.1" #:version authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/regex-syntax/Cargo.toml b/regex-syntax/Cargo.toml index e757029c86..313d4f5b48 100644 --- a/regex-syntax/Cargo.toml +++ b/regex-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-syntax" -version = "0.6.5" #:version +version = "0.6.6" #:version authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/regex"