Skip to content

Commit 57ab397

Browse files
committed
Bump to version 0.0.25
1 parent 7147b26 commit 57ab397

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-code-analysis"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["Calixte Denizet <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/mozilla/rust-code-analysis"

rust-code-analysis-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-code-analysis-cli"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["Calixte Denizet <[email protected]>"]
55
repository = "https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/"
66
edition = "2021"
@@ -15,7 +15,7 @@ name = "rust-code-analysis-cli"
1515
clap = { version = "^4.0", features = ["derive"] }
1616
globset = "^0.4"
1717
regex = "^1.7"
18-
rust-code-analysis = { path = "..", version = "=0.0.24" }
18+
rust-code-analysis = { path = "..", version = "=0.0.25" }
1919
serde = "^1.0"
2020
serde_cbor = "^0.11"
2121
serde_json = "^1.0"

rust-code-analysis-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-code-analysis-web"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["Calixte Denizet <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/mozilla/rust-code-analysis/tree/master/rust-code-analysis-web"
@@ -16,7 +16,7 @@ actix-rt = "^2.6"
1616
actix-web = "^4.2"
1717
clap = { version = "^4.0", features = ["derive"] }
1818
futures = "^0.3"
19-
rust-code-analysis = { path = "..", version = "=0.0.24" }
19+
rust-code-analysis = { path = "..", version = "=0.0.25" }
2020
serde = "^1.0"
2121
serde_json = "^1.0"
2222

0 commit comments

Comments
 (0)