Skip to content

Commit

Permalink
Do not version-lock base64 and cc anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Mar 9, 2019
1 parent 07e81b0 commit 498e41c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ parking_lot = "^0.5"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
cc = "=1.0.25"

[dependencies.base64]
optional = true
version = "=0.10.0"
version = "0.10"

[dependencies.byteorder]
optional = true
Expand Down

0 comments on commit 498e41c

Please sign in to comment.