Skip to content

Commit

Permalink
Cargo.toml: Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoric committed Oct 10, 2018
1 parent 69db06f commit 93788ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lzw = "*"
rand = "^0.4"
test-logger = "*"
vec_map = "*"
webidl = "^0.7"
webidl = "*"
yaml-rust = "*"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/binjs_es6/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ log = "*"
[build-dependencies]
binjs_generate_library = { path = "../binjs_generate_library/", version = "*" }
binjs_meta = { path = "../binjs_meta/", version = "*" }
webidl = "^0.7"
webidl = "^0.8"
2 changes: 1 addition & 1 deletion crates/binjs_generate_library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ log = "^0.4"

[dev-dependencies]
clap = "^2"
webidl = "^0.7"
webidl = "*"
yaml-rust = "^0.4"
2 changes: 1 addition & 1 deletion crates/binjs_generic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ clap = "^2.30"
[build-dependencies]
binjs_generate_library = { path = "../binjs_generate_library", version = "*" }
binjs_meta = { path = "../binjs_meta", version = "*" }
webidl = "^0.7"
webidl = "^0.8"
4 changes: 2 additions & 2 deletions crates/binjs_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binjs_meta"
version = "0.4.1"
version = "0.4.2"
authors = ["David Teller <[email protected]>"]
description = "Part of binjs-ref. Tools for manipulating grammars. You probably do not want to use this crate directly unless you're writing an encoder, decoder or parser generator for binjs."
homepage = "https://binast.github.io/ecmascript-binary-ast/"
Expand All @@ -17,7 +17,7 @@ travis-ci = { repository = "https://github.com/binast/binjs-ref", branch = "mast
Inflector = "^0.11"
itertools = "^0.7"
log = "^0.4"
webidl = "^0.7"
webidl = "^0.8"

[dev-dependencies]
clap = "^2"
Expand Down

0 comments on commit 93788ea

Please sign in to comment.