From 1a4abf03a21c2179f1f564df2ac56a406b26897c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 26 Apr 2022 00:25:32 -0400 Subject: [PATCH] Bump version to 0.1.2 for our better docs --- craydate-build/Cargo.toml | 2 +- craydate-macro/Cargo.toml | 2 +- craydate-sys/Cargo.toml | 2 +- craydate/Cargo.toml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/craydate-build/Cargo.toml b/craydate-build/Cargo.toml index 3a80ebc..a59d42c 100644 --- a/craydate-build/Cargo.toml +++ b/craydate-build/Cargo.toml @@ -7,4 +7,4 @@ homepage = "https://github.com/danakj/craydate" license = "MIT/Apache-2.0" name = "craydate-build" repository = "https://github.com/danakj/craydate" -version = "0.1.1" +version = "0.1.2" diff --git a/craydate-macro/Cargo.toml b/craydate-macro/Cargo.toml index 5984e38..a57e4e7 100644 --- a/craydate-macro/Cargo.toml +++ b/craydate-macro/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/danakj/craydate" license = "MIT/Apache-2.0" name = "craydate-macro" repository = "https://github.com/danakj/craydate" -version = "0.1.1" +version = "0.1.2" [lib] proc-macro = true diff --git a/craydate-sys/Cargo.toml b/craydate-sys/Cargo.toml index 527b190..ffa96f5 100644 --- a/craydate-sys/Cargo.toml +++ b/craydate-sys/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/danakj/craydate" license = "MIT/Apache-2.0" name = "craydate-sys" repository = "https://github.com/danakj/craydate" -version = "0.1.1" +version = "0.1.2" [dependencies] dynpath = "0.1" diff --git a/craydate/Cargo.toml b/craydate/Cargo.toml index 9c21007..d37eef6 100644 --- a/craydate/Cargo.toml +++ b/craydate/Cargo.toml @@ -7,13 +7,13 @@ homepage = "https://github.com/danakj/craydate" license = "MIT/Apache-2.0" name = "craydate" repository = "https://github.com/danakj/craydate" -version = "0.1.1" +version = "0.1.2" [lib] [dependencies] -craydate-macro = "^0.1.1" -craydate-sys = "^0.1.1" +craydate-macro = "^0.1.2" +craydate-sys = "^0.1.2" static_assertions = "1" [dependencies.euclid]