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 11[package ]
22name = " rust-code-analysis"
3- version = " 0.0.24 "
3+ version = " 0.0.25 "
44authors = [" Calixte Denizet <cdenizet@mozilla.com>" ]
55edition = " 2021"
66repository = " https://github.com/mozilla/rust-code-analysis"
Original file line number Diff line number Diff line change 11[package ]
22name = " rust-code-analysis-cli"
3- version = " 0.0.24 "
3+ version = " 0.0.25 "
44authors = [" Calixte Denizet <cdenizet@mozilla.com>" ]
55repository = " https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/"
66edition = " 2021"
@@ -15,7 +15,7 @@ name = "rust-code-analysis-cli"
1515clap = { version = " ^4.0" , features = [" derive" ] }
1616globset = " ^0.4"
1717regex = " ^1.7"
18- rust-code-analysis = { path = " .." , version = " =0.0.24 " }
18+ rust-code-analysis = { path = " .." , version = " =0.0.25 " }
1919serde = " ^1.0"
2020serde_cbor = " ^0.11"
2121serde_json = " ^1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " rust-code-analysis-web"
3- version = " 0.0.24 "
3+ version = " 0.0.25 "
44authors = [" Calixte Denizet <cdenizet@mozilla.com>" ]
55edition = " 2021"
66repository = " https://github.com/mozilla/rust-code-analysis/tree/master/rust-code-analysis-web"
@@ -16,7 +16,7 @@ actix-rt = "^2.6"
1616actix-web = " ^4.2"
1717clap = { version = " ^4.0" , features = [" derive" ] }
1818futures = " ^0.3"
19- rust-code-analysis = { path = " .." , version = " =0.0.24 " }
19+ rust-code-analysis = { path = " .." , version = " =0.0.25 " }
2020serde = " ^1.0"
2121serde_json = " ^1.0"
2222
You can’t perform that action at this time.
0 commit comments