Skip to content

Commit 9618bca

Browse files
suhaibmujahidLuni-4
authored andcommitted
Fix the version for the rust-code-analysis crate
1 parent f391f31 commit 9618bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-code-analysis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "rust-code-analysis-cli"
1515
clap = { version = "^3.2.8", features = ["derive"] }
1616
globset = "^0.4"
1717
regex = "^1.5"
18-
rust-code-analysis = { path = "..", version = "0.0"}
18+
rust-code-analysis = { path = "..", version = "=0.0.24" }
1919
serde = "^1.0"
2020
serde_cbor = "^0.11"
2121
serde_json = "^1.0"

rust-code-analysis-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ actix-rt = "^2.6"
1616
actix-web = "^4.1"
1717
clap = { version = "^3.2.8", features = ["derive"] }
1818
futures = "^0.3"
19-
rust-code-analysis = { path = "..", version = "0.0" }
19+
rust-code-analysis = { path = "..", version = "=0.0.24" }
2020
serde = "^1.0"
2121
serde_json = "^1.0"
2222

0 commit comments

Comments
 (0)