Skip to content

Commit

Permalink
Update app_units 0.7
Browse files Browse the repository at this point in the history
See ya num-traits 0.1 o/
  • Loading branch information
Eijebong committed Jul 31, 2018
1 parent 3cfd0a3 commit 9d19454
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
21 changes: 6 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ freetype = ["pathfinder_font_renderer/freetype"]
reftests = ["rsvg", "cairo-rs", "pathfinder_font_renderer/freetype"]

[dependencies]
app_units = "0.6"
app_units = "0.7"
base64 = "0.6"
bincode = "1.0"
env_logger = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion font-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default = []
freetype-backend = ["freetype"]

[dependencies]
app_units = "0.6"
app_units = "0.7"
libc = "0.2"
log = "0.3"
lyon_path = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion utils/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]

[dependencies]
app_units = "0.6"
app_units = "0.7"
clap = "2.27"
freetype = "0.4"
lyon_path = "0.12"
Expand Down

0 comments on commit 9d19454

Please sign in to comment.