Skip to content

Commit

Permalink
fix Cargo.toml:
Browse files Browse the repository at this point in the history
freeze dependency constraints
  • Loading branch information
pravic committed Feb 6, 2017
1 parent cacd4ea commit 2ec3cab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ name = "sciter"
crate-type = ["rlib"]

[dependencies]
libc = "*"
lazy_static = "*"
libc = "0.2"
lazy_static = "0.2"

[target.x86_64-apple-darwin.dependencies]
objc = "*"
objc-foundation = "*"
objc = "0.2"
objc-foundation = "0.1"

[[example]]
name = "first"
Expand Down

0 comments on commit 2ec3cab

Please sign in to comment.