-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase crate versions in preparation for releasing v0.8.0 (#2336)
- Loading branch information
Showing
6 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "druid-shell" | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
license = "Apache-2.0" | ||
authors = ["Raph Levien <[email protected]>"] | ||
description = "Platform abstracting application shell used for Druid toolkit." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "druid" | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
license = "Apache-2.0" | ||
authors = ["Raph Levien <[email protected]>"] | ||
description = "Data-oriented Rust UI design toolkit." | ||
|
@@ -54,8 +54,8 @@ hdr = ["druid-shell/hdr"] | |
image-all = ["image", "svg", "png", "jpeg", "jpeg_rayon", "gif", "bmp", "ico", "tiff", "webp", "pnm", "dds", "tga", "farbfeld", "dxt", "hdr"] | ||
|
||
[dependencies] | ||
druid-shell = { version = "0.7.0", default-features = false, path = "../druid-shell" } | ||
druid-derive = { version = "0.4.0", path = "../druid-derive" } | ||
druid-shell = { version = "0.8.0", default-features = false, path = "../druid-shell" } | ||
druid-derive = { version = "0.5.0", path = "../druid-derive" } | ||
|
||
tracing = { version = "0.1.37" } | ||
tracing-subscriber = { version = "0.3.16", features = ["fmt", "ansi"], default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters