Skip to content

Commit de0167d

Browse files
authored
Merge pull request #3 from rage/dev
v1.0.0
2 parents a054d42 + 159d908 commit de0167d

21 files changed

Lines changed: 838 additions & 701 deletions

Cargo.lock

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmc"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = ["HoolaBoola <jaime.heikkiladias@helsinki.fi>",
55
"Robustic <juha.malinen@helsinki.fi>",
66
"ShootingStar91 <arttu.kangas@helsinki.fi>",
@@ -21,10 +21,10 @@ serde = "1"
2121
serde_json = "1"
2222
log = "0.4"
2323
dirs = "3"
24-
tmc-langs-util = { git = "https://github.com/rage/tmc-langs-rust/", rev = "a6bbfda" }
25-
tmc-langs-framework = { git = "https://github.com/rage/tmc-langs-rust/", rev = "a6bbfda" }
26-
tmc-langs = { git = "https://github.com/rage/tmc-langs-rust/", rev = "a6bbfda" }
27-
tmc-client = { git = "https://github.com/rage/tmc-langs-rust/", rev = "a6bbfda" }
24+
tmc-langs-util = { git = "https://github.com/rage/tmc-langs-rust/", rev = "13f3d55" }
25+
tmc-langs-framework = { git = "https://github.com/rage/tmc-langs-rust/", rev = "13f3d55" }
26+
tmc-langs = { git = "https://github.com/rage/tmc-langs-rust/", rev = "13f3d55" }
27+
tmc-client = { git = "https://github.com/rage/tmc-langs-rust/", rev = "13f3d55" }
2828
rpassword = "5.0.1"
2929
mockall = "0.9.0"
3030
indicatif = "0.15.0"
@@ -34,3 +34,4 @@ isolang = "1"
3434
crossterm = "0.19"
3535
tui = { version = "0.14", default-features = false, features = ['crossterm'] }
3636
termcolor = "1.1"
37+
terminal_size = "0.1.16"

0 commit comments

Comments
 (0)