File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-code-analysis"
3
- version = " 0.0.24 "
3
+ version = " 0.0.25 "
4
4
authors = [
" Calixte Denizet <[email protected] >" ]
5
5
edition = " 2021"
6
6
repository = " https://github.com/mozilla/rust-code-analysis"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-code-analysis-cli"
3
- version = " 0.0.24 "
3
+ version = " 0.0.25 "
4
4
authors = [
" Calixte Denizet <[email protected] >" ]
5
5
repository = " https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/"
6
6
edition = " 2021"
@@ -15,7 +15,7 @@ name = "rust-code-analysis-cli"
15
15
clap = { version = " ^4.0" , features = [" derive" ] }
16
16
globset = " ^0.4"
17
17
regex = " ^1.7"
18
- rust-code-analysis = { path = " .." , version = " =0.0.24 " }
18
+ rust-code-analysis = { path = " .." , version = " =0.0.25 " }
19
19
serde = " ^1.0"
20
20
serde_cbor = " ^0.11"
21
21
serde_json = " ^1.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-code-analysis-web"
3
- version = " 0.0.24 "
3
+ version = " 0.0.25 "
4
4
authors = [
" Calixte Denizet <[email protected] >" ]
5
5
edition = " 2021"
6
6
repository = " https://github.com/mozilla/rust-code-analysis/tree/master/rust-code-analysis-web"
@@ -16,7 +16,7 @@ actix-rt = "^2.6"
16
16
actix-web = " ^4.2"
17
17
clap = { version = " ^4.0" , features = [" derive" ] }
18
18
futures = " ^0.3"
19
- rust-code-analysis = { path = " .." , version = " =0.0.24 " }
19
+ rust-code-analysis = { path = " .." , version = " =0.0.25 " }
20
20
serde = " ^1.0"
21
21
serde_json = " ^1.0"
22
22
You can’t perform that action at this time.
0 commit comments