Skip to content

Commit

Permalink
add version so boa can be published
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Jan 19, 2021
1 parent 7b75874 commit 444a789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vm = []
console = []

[dependencies]
boa_unicode = { path = "../boa_unicode" }
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.3.6", features = ["derive"] }
serde = { version = "1.0.119", features = ["derive"] }
serde_json = "1.0.61"
Expand Down

0 comments on commit 444a789

Please sign in to comment.