File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ default = ["gui"]
19
19
gui = [" pikelet-gui" ]
20
20
21
21
[dependencies ]
22
- codespan-reporting = " 0.9.4 "
22
+ codespan-reporting = " 0.9.5 "
23
23
pikelet = { path = " ../pikelet" }
24
24
pikelet-gui = { path = " ../pikelet-gui" , optional = true }
25
25
pretty = " 0.10"
26
- rustyline = " 6.0 "
26
+ rustyline = " 6.2 "
27
27
structopt = " 0.3"
28
- term_size = " 0.3.1 "
28
+ term_size = " 0.3"
29
29
xdg = " 2.2"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ license = "Apache-2.0"
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- iced = " 0.1.0 "
18
+ iced = " 0.1"
19
19
pikelet = { path = " ../pikelet" }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = "Apache-2.0"
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- codespan-reporting = " 0.9.4 "
18
+ codespan-reporting = " 0.9.5 "
19
19
im = " 15"
20
20
itertools = " 0.9"
21
21
lalrpop-util = " 0.19"
You can’t perform that action at this time.
0 commit comments