Skip to content

Commit

Permalink
Bump version to 0.1.2 for our better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Apr 26, 2022
1 parent 641c191 commit 1a4abf0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion craydate-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion craydate-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion craydate-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions craydate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1a4abf0

Please sign in to comment.