Skip to content

Commit

Permalink
versioning all crates for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fasihrana committed Mar 14, 2019
1 parent 6e571b3 commit 131ce6e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ exclude = [
]

[dependencies]
winit = "^0.17"
glutin = "*"
winit = "^0.19"
glutin = "^0.20"
webrender = "^0.58"
gleam = "*"
gleam = "^0.6.13"
app_units = "0.7"
euclid = "0.19"
scan-rules = "*"
font-kit = "*"
lazy_static = "*"
clipboard = "*"
itertools = "*"
harfbuzz-sys = "*"
unicode-bidi = "*"
scan-rules = "^0.2.0"
font-kit = "^0.1.0"
lazy_static = "^1.3.0"
clipboard = "^0.5.0"
itertools = "^0.8.0"
harfbuzz-sys = "^0.3.0"
unicode-bidi = "^0.3.4"

0 comments on commit 131ce6e

Please sign in to comment.